Update model_index.json
Browse files- model_index.json +16 -18
model_index.json
CHANGED
|
@@ -1,18 +1,16 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "DiffusionPipeline",
|
| 3 |
-
"_diffusers_version": "0.31.0",
|
| 4 |
-
"model_type": "image-to-video",
|
| 5 |
-
"pipeline_tag": "image-to-video",
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
}
|
| 18 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.31.0",
|
| 4 |
+
"model_type": "image-to-video",
|
| 5 |
+
"pipeline_tag": "image-to-video",
|
| 6 |
+
|
| 7 |
+
"components": {
|
| 8 |
+
"vae": ["AutoencoderKL"],
|
| 9 |
+
"image_encoder": ["CLIPVisionModelWithProjection"],
|
| 10 |
+
"text_encoder": ["CLIPTextModel"],
|
| 11 |
+
"tokenizer": ["CLIPTokenizer"],
|
| 12 |
+
"unet": ["UNet3DConditionModel"],
|
| 13 |
+
"scheduler": ["DPMSolverMultistepScheduler"],
|
| 14 |
+
"feature_extractor": ["CLIPImageProcessor"]
|
| 15 |
+
}
|
| 16 |
+
}
|
|
|
|
|
|