Upload folder using huggingface_hub
Browse files- config.json +45 -0
- diffusion_pytorch_model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"__name__": "Config: Transformer config for WanAnimateModel",
|
| 3 |
+
"_class_name": "WanAnimateModel",
|
| 4 |
+
"_diffusers_version": "0.36.0",
|
| 5 |
+
"_name_or_path": "/tmp/Wan2.2-Animate-14B",
|
| 6 |
+
"cross_attn_norm": true,
|
| 7 |
+
"dim": 5120,
|
| 8 |
+
"eps": 1e-06,
|
| 9 |
+
"ffn_dim": 13824,
|
| 10 |
+
"freq_dim": 256,
|
| 11 |
+
"in_dim": 36,
|
| 12 |
+
"motion_encoder_dim": 512,
|
| 13 |
+
"num_heads": 40,
|
| 14 |
+
"num_layers": 40,
|
| 15 |
+
"out_dim": 16,
|
| 16 |
+
"patch_size": [
|
| 17 |
+
1,
|
| 18 |
+
2,
|
| 19 |
+
2
|
| 20 |
+
],
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"quantization_config": {
|
| 23 |
+
"_load_in_4bit": true,
|
| 24 |
+
"_load_in_8bit": false,
|
| 25 |
+
"bnb_4bit_compute_dtype": "float16",
|
| 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 |
+
"text_dim": 4096,
|
| 38 |
+
"text_len": 512,
|
| 39 |
+
"use_context_parallel": false,
|
| 40 |
+
"use_img_emb": true,
|
| 41 |
+
"window_size": [
|
| 42 |
+
-1,
|
| 43 |
+
-1
|
| 44 |
+
]
|
| 45 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37844a4df410301d3434e0eef4019c681312b5c408a7bc707cace2b5437bb26f
|
| 3 |
+
size 8975145046
|