jerostephan commited on
Commit
1f6a7bf
·
1 Parent(s): 1aa1d9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -4,6 +4,23 @@
4
 
5
  A 512x512 unconditional ImageNet diffusion model, fine-tuned for 900.000 samples from the 512x512 unconditional ImageNet diffusion model. It was fine-tuned using 60.000 images of architecture of the AIDA dataset from Harvard x ArchDaily.
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  license: cc
9
  ---
 
4
 
5
  A 512x512 unconditional ImageNet diffusion model, fine-tuned for 900.000 samples from the 512x512 unconditional ImageNet diffusion model. It was fine-tuned using 60.000 images of architecture of the AIDA dataset from Harvard x ArchDaily.
6
 
7
+ ## Config (as used in Disco Diffusion)
8
+ {
9
+ "attention_resolutions": '32, 16, 8',
10
+ "class_cond": False,
11
+ "diffusion_steps": 1000,
12
+ "image_size": 512,
13
+ "learn_sigma": True,
14
+ "noise_schedule": "linear",
15
+ "num_channels": 256,
16
+ "num_head_channels": 64,
17
+ "num_res_blocks": 2,
18
+ "resblock_updown": True,
19
+ "rescale_timesteps": True,
20
+ "timestep_respacing": "250",
21
+ "use_scale_shift_norm": True
22
+ }
23
+
24
  ---
25
  license: cc
26
  ---