Spaces:
Running
on
Zero
Running
on
Zero
File size: 478 Bytes
b273838 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Defaults for image training.
image_size: 512
num_channels: 32
num_res_blocks: "1,2,2,2,2,3,4"
learn_sigma: True
class_cond: False
conv_resample: True
attention_resolutions: "32,16,8"
num_head_channels: 64
use_scale_shift_norm: True
resblock_updown: False
use_fp16: False
use_checkpoint: False
channel_mult: "1,2,4,8,8,16,16"
num_heads: 1
num_heads_upsample: -1
dropout: 0.0
dims: 2
use_new_attention_order: False
model_path: ./guided_diffusion/iddpm_ffhq512_ema500000.pth
|