File size: 799 Bytes
c9c864b
 
 
 
 
 
 
 
5d6cca4
 
 
 
 
 
 
c9c864b
5d6cca4
 
 
 
 
 
 
 
 
c9c864b
5d6cca4
c9c864b
 
5d6cca4
c9c864b
 
 
5d6cca4
 
 
 
 
 
c9c864b
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
{
  "_class_name": "UNetUnconditionalModel",
  "_diffusers_version": "0.0.4",
  "attention_resolutions": [
    8,
    4,
    2
  ],
  "attn_resolutions": null,
  "block_channels": [
    224,
    448,
    672,
    896
  ],
  "conv_resample": true,
  "ddpm": false,
  "down_blocks": [
    "UNetResDownBlock2D",
    "UNetResAttnDownBlock2D",
    "UNetResAttnDownBlock2D",
    "UNetResAttnDownBlock2D"
  ],
  "downsample_padding": 1,
  "downscale_freq_shift": 0,
  "dropout": 0,
  "flip_sin_to_cos": true,
  "image_size": 64,
  "in_channels": 3,
  "name_or_path": "fusing/latent-diffusion-celeba-256",
  "num_head_channels": 32,
  "num_res_blocks": 2,
  "out_channels": 3,
  "up_blocks": [
    "UNetResAttnUpBlock2D",
    "UNetResAttnUpBlock2D",
    "UNetResAttnUpBlock2D",
    "UNetResUpBlock2D"
  ]
}