Upload folder using ModelScope SDK

This commit is contained in:
Cherrytest
2025-05-14 07:50:46 +00:00
parent 69088423ad
commit 9d3858f76f
19 changed files with 4649 additions and 46 deletions

16
config.json Normal file
View File

@ -0,0 +1,16 @@
{
"_class_name": "VaceWanModel",
"_diffusers_version": "0.30.0",
"dim": 5120,
"eps": 1e-06,
"ffn_dim": 13824,
"freq_dim": 256,
"in_dim": 16,
"model_type": "vace",
"num_heads": 40,
"num_layers": 40,
"out_dim": 16,
"text_len": 512,
"vace_layers": [0, 5, 10, 15, 20, 25, 30, 35],
"vace_in_dim": 96
}