init upload

This commit is contained in:
ai-modelscope
2025-02-25 20:32:22 +08:00
parent 9ddeff5abf
commit 541ff840a4
34 changed files with 4973 additions and 3 deletions

14
config.json Normal file
View File

@ -0,0 +1,14 @@
{
"_class_name": "WanXModel",
"_diffusers_version": "0.30.0",
"dim": 5120,
"eps": 1e-06,
"ffn_dim": 13824,
"freq_dim": 256,
"in_dim": 36,
"model_type": "i2v",
"num_heads": 40,
"num_layers": 40,
"out_dim": 16,
"text_len": 512
}