File size: 762 Bytes
1117bb0 e0c4292 2bee2fa 1117bb0 f29b215 f2a10ba 1117bb0 2bee2fa 1117bb0 |
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 |
{
"_class_name": "ControlNetXSAdapter",
"_diffusers_version": "0.28.0.dev0",
"base_block_out_channels": [
320,
640,
1280,
1280
],
"block_out_channels": [
4,
8,
16,
16
],
"conditioning_channel_order": "rgb",
"conditioning_channels": 3,
"conditioning_embedding_out_channels": [
16,
32,
96,
256
],
"cross_attention_dim": 1024,
"down_block_types": [
"CrossAttnDownBlock2D",
"CrossAttnDownBlock2D",
"CrossAttnDownBlock2D",
"DownBlock2D"
],
"learn_time_embedding": true,
"max_norm_num_groups": 32,
"num_attention_heads": [
1,
1,
2,
2
],
"sample_size": 64,
"time_embedding_mix": 1.0,
"transformer_layers_per_block": 1,
"upcast_attention": false
}
|