File size: 381 Bytes
196a92b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"_class_name": "WanModel",
"_diffusers_version": "0.33.0",
"dim": 3072,
"eps": 1e-06,
"ffn_dim": 14336,
"freq_dim": 256,
"in_dim": 100,
"in_dim_control_adapter": 24,
"model_type": "ti2v",
"num_heads": 24,
"num_layers": 30,
"out_dim": 48,
"text_len": 512,
"add_control_adapter": true,
"downscale_factor_control_adapter":16,
"add_ref_conv": false
}
|