kmpartner commited on
Commit
056f60d
1 Parent(s): 389e87c

Update controlnet/config.json

Browse files
Files changed (1) hide show
  1. controlnet/config.json +23 -16
controlnet/config.json CHANGED
@@ -1,21 +1,19 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.15.0",
4
- "_name_or_path": "thibaud/controlnet-sd21-depth-diffusers",
5
  "act_fn": "silu",
6
- "attention_head_dim": [
7
- 5,
8
- 10,
9
- 20,
10
- 20
11
- ],
12
  "block_out_channels": [
13
  320,
14
  640,
15
- 1280,
16
  1280
17
  ],
18
  "class_embed_type": null,
 
19
  "conditioning_embedding_out_channels": [
20
  16,
21
  32,
@@ -25,23 +23,32 @@
25
  "controlnet_conditioning_channel_order": "rgb",
26
  "cross_attention_dim": 1024,
27
  "down_block_types": [
 
28
  "CrossAttnDownBlock2D",
29
- "CrossAttnDownBlock2D",
30
- "CrossAttnDownBlock2D",
31
- "DownBlock2D"
32
  ],
33
  "downsample_padding": 1,
 
 
34
  "flip_sin_to_cos": true,
35
  "freq_shift": 0,
 
36
  "in_channels": 4,
37
- "layers_per_block": 2,
38
  "mid_block_scale_factor": 1,
 
39
  "norm_eps": 1e-05,
40
  "norm_num_groups": 32,
 
41
  "num_class_embeds": null,
42
- "only_cross_attention": false,
 
 
 
 
43
  "projection_class_embeddings_input_dim": null,
44
  "resnet_time_scale_shift": "default",
45
- "upcast_attention": true,
46
- "use_linear_projection": true
 
47
  }
 
1
  {
2
  "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "bkcncan-ft-test/checkpoint-62000",
5
  "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": 8,
 
 
10
  "block_out_channels": [
11
  320,
12
  640,
 
13
  1280
14
  ],
15
  "class_embed_type": null,
16
+ "conditioning_channels": 3,
17
  "conditioning_embedding_out_channels": [
18
  16,
19
  32,
 
23
  "controlnet_conditioning_channel_order": "rgb",
24
  "cross_attention_dim": 1024,
25
  "down_block_types": [
26
+ "DownBlock2D",
27
  "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D"
 
 
29
  ],
30
  "downsample_padding": 1,
31
+ "encoder_hid_dim": null,
32
+ "encoder_hid_dim_type": null,
33
  "flip_sin_to_cos": true,
34
  "freq_shift": 0,
35
+ "global_pool_conditions": false,
36
  "in_channels": 4,
37
+ "layers_per_block": 1,
38
  "mid_block_scale_factor": 1,
39
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
40
  "norm_eps": 1e-05,
41
  "norm_num_groups": 32,
42
+ "num_attention_heads": null,
43
  "num_class_embeds": null,
44
+ "only_cross_attention": [
45
+ true,
46
+ false,
47
+ false
48
+ ],
49
  "projection_class_embeddings_input_dim": null,
50
  "resnet_time_scale_shift": "default",
51
+ "transformer_layers_per_block": 1,
52
+ "upcast_attention": false,
53
+ "use_linear_projection": false
54
  }