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

Upload model_index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_index.json +18 -0
model_index.json ADDED
@@ -0,0 +1,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
+ "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
+ }