Add files using upload-large-folder tool
Browse files- config.json +39 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "WanTransformer3DModel",
|
3 |
+
"_diffusers_version": "0.35.0.dev0",
|
4 |
+
"added_kv_proj_dim": null,
|
5 |
+
"attention_head_dim": 128,
|
6 |
+
"cross_attn_norm": true,
|
7 |
+
"eps": 1e-06,
|
8 |
+
"ffn_dim": 13824,
|
9 |
+
"freq_dim": 256,
|
10 |
+
"image_dim": null,
|
11 |
+
"in_channels": 36,
|
12 |
+
"num_attention_heads": 40,
|
13 |
+
"num_layers": 40,
|
14 |
+
"out_channels": 16,
|
15 |
+
"patch_size": [
|
16 |
+
1,
|
17 |
+
2,
|
18 |
+
2
|
19 |
+
],
|
20 |
+
"pos_embed_seq_len": null,
|
21 |
+
"qk_norm": "rms_norm_across_heads",
|
22 |
+
"quantization_config": {
|
23 |
+
"_load_in_4bit": true,
|
24 |
+
"_load_in_8bit": false,
|
25 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
26 |
+
"bnb_4bit_quant_storage": "uint8",
|
27 |
+
"bnb_4bit_quant_type": "nf4",
|
28 |
+
"bnb_4bit_use_double_quant": true,
|
29 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
30 |
+
"llm_int8_has_fp16_weight": false,
|
31 |
+
"llm_int8_skip_modules": null,
|
32 |
+
"llm_int8_threshold": 6.0,
|
33 |
+
"load_in_4bit": true,
|
34 |
+
"load_in_8bit": false,
|
35 |
+
"quant_method": "bitsandbytes"
|
36 |
+
},
|
37 |
+
"rope_max_seq_len": 1024,
|
38 |
+
"text_dim": 4096
|
39 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b2461f552af60afcc892c8dccedad2a38c20ae32bd0f8c18012c33437061dc
|
3 |
+
size 7479663375
|