File size: 1,456 Bytes
a11c3cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "in_channels": 4,
  "conditioning_channels": 10,
  "flip_sin_to_cos": true,
  "freq_shift": 0,
  "down_block_types": [
    "CrossAttnDownBlock2D",
    "CrossAttnDownBlock2D",
    "CrossAttnDownBlock2D",
    "DownBlock2D"
  ],
  "mid_block_type": "UNetMidBlock2DCrossAttn",
  "only_cross_attention": false,
  "block_out_channels": [
    320,
    640,
    1280,
    1280
  ],
  "layers_per_block": 2,
  "downsample_padding": 1,
  "mid_block_scale_factor": 1,
  "act_fn": "silu",
  "norm_num_groups": 32,
  "norm_eps": 1e-05,
  "cross_attention_dim": 768,
  "transformer_layers_per_block": 1,
  "encoder_hid_dim": null,
  "encoder_hid_dim_type": null,
  "attention_head_dim": 8,
  "num_attention_heads": null,
  "use_linear_projection": false,
  "class_embed_type": null,
  "addition_embed_type": null,
  "addition_time_embed_dim": null,
  "num_class_embeds": null,
  "upcast_attention": false,
  "resnet_time_scale_shift": "default",
  "projection_class_embeddings_input_dim": null,
  "controlnet_conditioning_channel_order": "rgb",
  "conditioning_embedding_out_channels": [
    16,
    32,
    96,
    256
  ],
  "global_pool_conditions": false,
  "addition_embed_type_num_heads": 64,
  "_use_default_values": [
    "addition_embed_type_num_heads",
    "global_pool_conditions",
    "mid_block_type",
    "num_attention_heads"
  ],
  "_class_name": "ControlNetModelEx",
  "total_parameters": 361870208,
  "_name_or_path": "",
  "gbuffer_channels": 10
}