File size: 562 Bytes
5a799ca |
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 |
{
"_class_name": "WanActionControlNetModel",
"_diffusers_version": "0.34.0",
"cross_attn_norm": true,
"dim": 1536,
"eps": 1e-06,
"ffn_dim": 8960,
"freq_dim": 256,
"in_dim": 16,
"keyboard_dim": 7,
"model_type": "t2v",
"mouse_dim": 2,
"num_heads": 12,
"num_layers": 30,
"out_dim": 16,
"patch_size": [
1,
2,
2
],
"qk_norm": true,
"text_dim": 4096,
"text_len": 512,
"action_in_dim": null,
"action_layers": null,
"window_size": [
-1,
-1
]
}
|