ehristoforu
commited on
Commit
•
2628a56
1
Parent(s):
b66915c
Update model_index.json
Browse files- model_index.json +5 -1
model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
"CLIPImageProcessor"
|
@@ -24,5 +24,9 @@
|
|
24 |
"unet": [
|
25 |
"diffusers",
|
26 |
"UNet2DConditionModel"
|
|
|
|
|
|
|
|
|
27 |
]
|
28 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.7.2",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
"CLIPImageProcessor"
|
|
|
24 |
"unet": [
|
25 |
"diffusers",
|
26 |
"UNet2DConditionModel"
|
27 |
+
],
|
28 |
+
"vae": [
|
29 |
+
"diffusers",
|
30 |
+
"AutoencoderKL"
|
31 |
]
|
32 |
}
|