File size: 1,272 Bytes
482a582
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
caad666
482a582
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "_class_name": "UNetUnconditionalModel",
  "_diffusers_version": "0.0.4",
  "attention_resolutions": [
    8,
    4,
    2
  ],
  "attn_resolutions": [
    16
  ],
  "block_channels": [
    16,
    32,
    64,
    128,
    256,
    512,
    512,
    512
  ],
  "center_input_sample": true,
  "conv_resample": true,
  "ddpm": false,
  "down_blocks": [
    "UNetResSkipDownBlock2D",
    "UNetResSkipDownBlock2D",
    "UNetResSkipDownBlock2D",
    "UNetResSkipDownBlock2D",
    "UNetResSkipDownBlock2D",
    "UNetResSkipDownBlock2D",
    "UNetResAttnSkipDownBlock2D",
    "UNetResSkipDownBlock2D"
  ],
  "downsample_padding": 1,
  "downscale_freq_shift": 0,
  "dropout": 0.0,
  "flip_sin_to_cos": true,
  "image_size": 1024,
  "in_channels": 3,
  "ldm": false,
  "mid_block_scale_factor": 1.41421356237,
  "name_or_path": "fusing/ffhq_ncsnpp",
  "num_head_channels": null,
  "num_res_blocks": 1,
  "out_channels": 3,
  "resnet_eps": 1e-06,
  "resnet_num_groups": null,
  "sde": false,
  "time_embedding_type": "fourier",
  "up_blocks": [
    "UNetResSkipUpBlock2D",
    "UNetResAttnSkipUpBlock2D",
    "UNetResSkipUpBlock2D",
    "UNetResSkipUpBlock2D",
    "UNetResSkipUpBlock2D",
    "UNetResSkipUpBlock2D",
    "UNetResSkipUpBlock2D",
    "UNetResSkipUpBlock2D"
  ]
}