File size: 737 Bytes
79f1fe3 8b6a49c 642a8d0 79f1fe3 3cdec90 79f1fe3 3cdec90 79f1fe3 3cdec90 79f1fe3 3cdec90 79f1fe3 15f3451 3baac39 3cdec90 642a8d0 3cdec90 79f1fe3 |
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
],
"block_out_channels": [
32,
64,
128
],
"conditioning_channel_order": "rgb",
"conditioning_channels": 3,
"conditioning_embedding_out_channels": [
16,
32,
96,
256
],
"cross_attention_dim": 2048,
"down_block_types": [
"DownBlock2D",
"CrossAttnDownBlock2D",
"CrossAttnDownBlock2D"
],
"learn_time_embedding": true,
"max_norm_num_groups": 32,
"num_attention_heads": [
1,
1,
2
],
"sample_size": 128,
"time_embedding_mix": 1.0,
"transformer_layers_per_block": [
1,
2,
10
],
"upcast_attention": null
}
|