Add files using upload-large-folder tool
Browse files- config.json +23 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "WanTransformer3DModel",
|
3 |
+
"added_kv_proj_dim": null,
|
4 |
+
"attention_head_dim": 128,
|
5 |
+
"cross_attn_norm": true,
|
6 |
+
"eps": 1e-06,
|
7 |
+
"ffn_dim": 14336,
|
8 |
+
"freq_dim": 256,
|
9 |
+
"image_dim": null,
|
10 |
+
"in_channels": 48,
|
11 |
+
"num_attention_heads": 24,
|
12 |
+
"num_layers": 30,
|
13 |
+
"out_channels": 48,
|
14 |
+
"patch_size": [
|
15 |
+
1,
|
16 |
+
2,
|
17 |
+
2
|
18 |
+
],
|
19 |
+
"pos_embed_seq_len": null,
|
20 |
+
"qk_norm": "rms_norm_across_heads",
|
21 |
+
"rope_max_seq_len": 1024,
|
22 |
+
"text_dim": 4096
|
23 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1cf4acd5d0242ca0cad68e115064f4ac7e748686c9cf0da050ce87decc6b9bf
|
3 |
+
size 9999660080
|