patrickvonplaten commited on
Commit
a68107b
1 Parent(s): 350b703
Files changed (1) hide show
  1. model_index.json +12 -0
model_index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDPM",
3
+ "_module": "modeling_ddpm.py",
4
+ "noise_scheduler": [
5
+ "diffusers",
6
+ "GaussianDDPMScheduler"
7
+ ],
8
+ "unet": [
9
+ "diffusers",
10
+ "UNetModel"
11
+ ]
12
+ }