1c1 commited on
Commit
a2be444
·
verified ·
1 Parent(s): a23a9d0

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "diffusion",
3
+ "resolution": 512,
4
+ "image_size": 512,
5
+ "num_train_steps": 1000
6
+ }