File size: 222 Bytes
24b6f94 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
ddconfig:
double_z: False
z_channels: 256
resolution: 256
in_channels: 3
out_ch: 3
ch: 256
ch_mult: [1, 1, 2, 2, 4]
num_res_blocks: 4
attn_resolutions: [16]
dropout: 0.0
n_embed: 131072
embed_dim: 256
|