| { | |
| "_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 | |
| } | |