Upload README.md with huggingface_hub
#1
by
ArthurZ
HF staff
- opened
- README.md +4 -5
- model_index.json +4 -5
README.md
CHANGED
@@ -48,8 +48,7 @@ for more details on how to write your own denoising loop.
|
|
48 |
For more information generally on how to use `diffusers` for inference, please have a look at the [official inference example](_) # <- TODO(PVP) add link
|
49 |
|
50 |
## Samples
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
4. 
|
|
|
48 |
For more information generally on how to use `diffusers` for inference, please have a look at the [official inference example](_) # <- TODO(PVP) add link
|
49 |
|
50 |
## Samples
|
51 |
+
1. 
|
52 |
+
2. 
|
53 |
+
3. 
|
54 |
+
4. 
|
|
model_index.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
"_class_name": "ScoreSdeVePipeline",
|
3 |
-
"_diffusers_version": "0.0.4",
|
4 |
-
"model": [
|
5 |
-
"diffusers",
|
6 |
-
"UNet2DModel"
|
7 |
-
],
|
8 |
"scheduler": [
|
9 |
"diffusers",
|
10 |
"ScoreSdeVeScheduler"
|
|
|
|
|
|
|
|
|
11 |
]
|
12 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "ScoreSdeVePipeline",
|
|
|
|
|
|
|
|
|
|
|
3 |
"scheduler": [
|
4 |
"diffusers",
|
5 |
"ScoreSdeVeScheduler"
|
6 |
+
],
|
7 |
+
"model": [
|
8 |
+
"diffusers",
|
9 |
+
"UNet2DModel"
|
10 |
]
|
11 |
}
|