43.1m_v2 / transformer /config.json
BryanW's picture
Checkpoint at step 1
6f8999d verified
raw
history blame contribute delete
482 Bytes
{
"_class_name": "WanDiscreteVideoTransformer",
"_diffusers_version": "0.35.2",
"codebook_size": 64000,
"cross_attn_norm": true,
"dim": 1536,
"eps": 1e-06,
"ffn_dim": 8960,
"freq_dim": 256,
"height": 16,
"model_type": "t2v",
"num_frames": 5,
"num_heads": 12,
"num_layers": 30,
"patch_size": [
1,
2,
2
],
"qk_norm": true,
"text_dim": 4096,
"text_len": 512,
"vocab_size": 64001,
"width": 16,
"window_size": [
-1,
-1
]
}