berfinduman commited on
Commit
992e41e
1 Parent(s): 09927d5

Upload model_index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_index.json +16 -0
model_index.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "LDMPipeline",
3
+ "_diffusers_version": "0.21.2",
4
+ "scheduler": [
5
+ "diffusers",
6
+ "DDIMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNet2DModel"
11
+ ],
12
+ "vqvae": [
13
+ "diffusers",
14
+ "AutoencoderKL"
15
+ ]
16
+ }