43.1 / transformer /config.json
BryanW's picture
Upload folder using huggingface_hub
31d09be verified
raw
history blame contribute delete
522 Bytes
{
"_class_name": "WanDiscreteVideoTransformer",
"_diffusers_version": "0.36.0",
"codebook_size": 64000,
"cross_attn_norm": true,
"dim": 1536,
"eps": 1e-06,
"ffn_dim": 8960,
"freq_dim": 256,
"height": null,
"in_dim": 16,
"model_type": "t2v",
"num_frames": null,
"num_heads": 12,
"num_layers": 30,
"out_dim": 16,
"patch_size": [
1,
2,
2
],
"qk_norm": true,
"text_dim": 4096,
"text_len": 512,
"vocab_size": 64001,
"width": null,
"window_size": [
-1,
-1
]
}