File size: 865 Bytes
8fcb394
 
 
f7f9660
8fcb394
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_class_name": "UNet2DConditionModel",
  "_diffusers_version": "0.1.3",
  "_name_or_path": "/root/.cache/huggingface/diffusers/models--shalpin87--diffusion_conditional/snapshots/88e0844f6fa1682e073320f94bb2f1139a40955e/unet",
  "act_fn": "silu",
  "attention_head_dim": 8,
  "block_out_channels": [
    128,
    128,
    256,
    256
  ],
  "center_input_sample": false,
  "down_block_types": [
    "CrossAttnDownBlock2D",
    "CrossAttnDownBlock2D",
    "CrossAttnDownBlock2D",
    "DownBlock2D"
  ],
  "downsample_padding": 1,
  "flip_sin_to_cos": true,
  "freq_shift": 0,
  "in_channels": 3,
  "layers_per_block": 2,
  "mid_block_scale_factor": 1,
  "norm_eps": 1e-05,
  "norm_num_groups": 32,
  "out_channels": 3,
  "sample_size": 32,
  "up_block_types": [
    "UpBlock2D",
    "CrossAttnUpBlock2D",
    "CrossAttnUpBlock2D",
    "CrossAttnUpBlock2D"
  ]
}