IFMedTechdemo commited on
Commit
1a406c8
·
verified ·
1 Parent(s): 080c0ff

Create model_index.json

Browse files
Files changed (1) hide show
  1. model_index.json +7 -0
model_index.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "QwenImagePipeline",
3
+ "_diffusers_version": "0.25.0",
4
+ "unet": ["diffusers", "UNet2DConditionModel"],
5
+ "vae": ["diffusers", "AutoencoderKL"],
6
+ "scheduler": ["diffusers", "DDIMScheduler"]
7
+ }