Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "WanModel",
|
3 |
+
"_diffusers_version": "0.30.0",
|
4 |
+
"dim": 5120,
|
5 |
+
"eps": 1e-06,
|
6 |
+
"ffn_dim": 13824,
|
7 |
+
"freq_dim": 256,
|
8 |
+
"in_dim": 16,
|
9 |
+
"model_type": "t2v",
|
10 |
+
"num_heads": 40,
|
11 |
+
"num_layers": 40,
|
12 |
+
"out_dim": 16,
|
13 |
+
"text_len": 512
|
14 |
+
}
|