File size: 311 Bytes
2b836a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "_class_name": "UNetModel",
  "attn_resolutions": [
    16
  ],
  "ch": 128,
  "ch_mult": [
    1,
    1,
    2,
    2,
    4,
    4
  ],
  "dropout": 0.0,
  "in_channels": 3,
  "name_or_path": "fusing/ddpm-celeba-hq",
  "num_res_blocks": 2,
  "out_ch": 3,
  "resamp_with_conv": true,
  "resolution": 256
}