vae-to-movq (#2)
Browse files- vae -> movq (384c886a0ed26ceba65512645939e08a58bd29bc)
- model_index.json +2 -2
- {vae → movq}/config.json +0 -0
- {vae → movq}/diffusion_pytorch_model.bin +0 -0
model_index.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_class_name": "
|
| 3 |
"_diffusers_version": "0.17.0.dev0",
|
| 4 |
"scheduler": [
|
| 5 |
"diffusers",
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"diffusers",
|
| 10 |
"UNet2DConditionModel"
|
| 11 |
],
|
| 12 |
-
"
|
| 13 |
"diffusers",
|
| 14 |
"VQModel"
|
| 15 |
]
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "KandinskyV22Pipeline",
|
| 3 |
"_diffusers_version": "0.17.0.dev0",
|
| 4 |
"scheduler": [
|
| 5 |
"diffusers",
|
|
|
|
| 9 |
"diffusers",
|
| 10 |
"UNet2DConditionModel"
|
| 11 |
],
|
| 12 |
+
"movq": [
|
| 13 |
"diffusers",
|
| 14 |
"VQModel"
|
| 15 |
]
|
{vae → movq}/config.json
RENAMED
|
File without changes
|
{vae → movq}/diffusion_pytorch_model.bin
RENAMED
|
File without changes
|