ssbtech commited on
Commit
309fbd8
·
verified ·
1 Parent(s): f7acdb1

Update model_index.json

Browse files
Files changed (1) hide show
  1. 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
- "scheduler": [
7
- "scheduler"
8
- ],
9
- "components": {
10
- "vae": ["AutoencoderKL"],
11
- "image_encoder": ["CLIPVisionModelWithProjection"],
12
- "text_encoder": ["CLIPTextModel"],
13
- "tokenizer": ["CLIPTokenizer"],
14
- "unet": ["UNet3DConditionModel"],
15
- "scheduler": ["DDIMScheduler"],
16
- "feature_extractor": ["CLIPImageProcessor"]
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
+ }