File size: 1,758 Bytes
f70c95e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "_class_name": "ControlLoRA",
  "_diffusers_version": "0.17.0.dev0",
  "act_fn": "silu",
  "block_out_channels": [
    32,
    64,
    128,
    256
  ],
  "down_block_types": [
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D"
  ],
  "in_channels": 3,
  "layers_per_block": 1,
  "lora_block_in_channels": [
    256,
    256,
    256,
    256
  ],
  "lora_block_out_channels": [
    320,
    640,
    1280,
    1280
  ],
  "lora_concat_hidden": false,
  "lora_control_channels": [
    null,
    null,
    null,
    null
  ],
  "lora_control_rank": null,
  "lora_control_self_add": true,
  "lora_cross_attention_dims": [
    [
      null,
      768,
      null,
      768,
      null,
      768,
      null,
      768,
      null,
      768
    ],
    [
      null,
      768,
      null,
      768,
      null,
      768,
      null,
      768,
      null,
      768
    ],
    [
      null,
      768,
      null,
      768,
      null,
      768,
      null,
      768,
      null,
      768
    ],
    [
      null,
      768
    ]
  ],
  "lora_key_states_skipped": false,
  "lora_output_states_skipped": false,
  "lora_post_add": false,
  "lora_pre_conv_layers_kernel_size": 1,
  "lora_pre_conv_layers_per_block": 1,
  "lora_pre_conv_skipped": false,
  "lora_pre_conv_types": [
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D"
  ],
  "lora_pre_down_block_types": [
    null,
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D",
    "SimpleDownEncoderBlock2D"
  ],
  "lora_pre_down_layers_per_block": 1,
  "lora_rank": 4,
  "lora_value_states_skipped": false,
  "norm_num_groups": 32
}