Psly commited on
Commit
dcd9210
1 Parent(s): db6c4bb

Upload model_index.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_index.json +13 -0
model_index.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPMPipeline",
3
+ "_diffusers_version": "0.21.4",
4
+ "_name_or_path": "google/ddpm-celebahq-256",
5
+ "scheduler": [
6
+ "diffusers",
7
+ "DDIMScheduler"
8
+ ],
9
+ "unet": [
10
+ "diffusers",
11
+ "UNet2DModel"
12
+ ]
13
+ }