File size: 746 Bytes
b94306e | 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 | {
"_class_name": "VIBESanaEditingModel",
"_diffusers_version": "0.33.1",
"attention_bias": false,
"attention_head_dim": 32,
"caption_channels": 2304,
"cross_attention_dim": 2240,
"cross_attention_head_dim": 112,
"dropout": 0.0,
"guidance_embeds": false,
"in_channels": 64,
"interpolation_scale": null,
"mlp_ratio": 2.5,
"norm_elementwise_affine": false,
"norm_eps": 1e-06,
"num_attention_heads": 70,
"num_cross_attention_heads": 20,
"num_layers": 20,
"out_channels": 32,
"patch_size": 1,
"qk_norm": "rms_norm_across_heads",
"edit_head_input_dim": 2048,
"edit_head_stacks_num": 4,
"num_meta_queries": 224,
"meta_queries_dim": 2048,
"input_condition_type": "channel_cat",
"cfg_distilled": true
}
|