Instructions to use SceneWorks/wan2.2-t2v-a14b-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/wan2.2-t2v-a14b-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir wan2.2-t2v-a14b-mlx SceneWorks/wan2.2-t2v-a14b-mlx
- Wan2.2
How to use SceneWorks/wan2.2-t2v-a14b-mlx with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Add q4/q8/bf16 quant-matrix tier subdirs (sc-9942, epic 8506)
Browse files- bf16/config.json +51 -0
- bf16/high_noise_model.safetensors +3 -0
- bf16/low_noise_model.safetensors +3 -0
- bf16/t5_encoder.safetensors +3 -0
- bf16/tokenizer.json +3 -0
- bf16/vae.safetensors +3 -0
- q4/config.json +55 -0
- q4/high_noise_model.safetensors +3 -0
- q4/low_noise_model.safetensors +3 -0
- q4/t5_encoder.safetensors +3 -0
- q4/tokenizer.json +3 -0
- q4/vae.safetensors +3 -0
- q8/config.json +55 -0
- q8/high_noise_model.safetensors +3 -0
- q8/low_noise_model.safetensors +3 -0
- q8/t5_encoder.safetensors +3 -0
- q8/tokenizer.json +3 -0
- q8/vae.safetensors +3 -0
bf16/config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "t2v",
|
| 3 |
+
"model_version": "2.2",
|
| 4 |
+
"patch_size": [
|
| 5 |
+
1,
|
| 6 |
+
2,
|
| 7 |
+
2
|
| 8 |
+
],
|
| 9 |
+
"text_len": 512,
|
| 10 |
+
"in_dim": 16,
|
| 11 |
+
"dim": 5120,
|
| 12 |
+
"ffn_dim": 13824,
|
| 13 |
+
"freq_dim": 256,
|
| 14 |
+
"text_dim": 4096,
|
| 15 |
+
"out_dim": 16,
|
| 16 |
+
"num_heads": 40,
|
| 17 |
+
"num_layers": 40,
|
| 18 |
+
"window_size": [
|
| 19 |
+
-1,
|
| 20 |
+
-1
|
| 21 |
+
],
|
| 22 |
+
"qk_norm": true,
|
| 23 |
+
"cross_attn_norm": true,
|
| 24 |
+
"eps": 1e-6,
|
| 25 |
+
"vae_stride": [
|
| 26 |
+
4,
|
| 27 |
+
8,
|
| 28 |
+
8
|
| 29 |
+
],
|
| 30 |
+
"vae_z_dim": 16,
|
| 31 |
+
"dual_model": true,
|
| 32 |
+
"boundary": 0.875,
|
| 33 |
+
"sample_shift": 12.0,
|
| 34 |
+
"sample_steps": 40,
|
| 35 |
+
"sample_guide_scale": [
|
| 36 |
+
3.0,
|
| 37 |
+
4.0
|
| 38 |
+
],
|
| 39 |
+
"num_train_timesteps": 1000,
|
| 40 |
+
"sample_fps": 16,
|
| 41 |
+
"frame_num": 81,
|
| 42 |
+
"sample_neg_prompt": "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走",
|
| 43 |
+
"max_area": 0,
|
| 44 |
+
"t5_vocab_size": 256384,
|
| 45 |
+
"t5_dim": 4096,
|
| 46 |
+
"t5_dim_attn": 4096,
|
| 47 |
+
"t5_dim_ffn": 10240,
|
| 48 |
+
"t5_num_heads": 64,
|
| 49 |
+
"t5_num_layers": 24,
|
| 50 |
+
"t5_num_buckets": 32
|
| 51 |
+
}
|
bf16/high_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8307bb6994169e758b3d74caab91846c770304b64a6f43568eb6815312af9aa4
|
| 3 |
+
size 28577097084
|
bf16/low_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8f09a412d2e04aaf91a48e64837175387b837901b1446c92a301795e3c4b9e7
|
| 3 |
+
size 28577097086
|
bf16/t5_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c265d1e069c4330bbf224b9e96261b95d7275a8dc59c70e355b31d60a0284ef
|
| 3 |
+
size 11361845567
|
bf16/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e197b4d3dbd71da14b4eb255f4fa91c9c1f2068b20a2de2472967ca3d22602b
|
| 3 |
+
size 16837417
|
bf16/vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bcdb28b031fe96df6b61cc6c8f61c4563a9e0fad50f0ebb51089bf739865983
|
| 3 |
+
size 507591260
|
q4/config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "t2v",
|
| 3 |
+
"model_version": "2.2",
|
| 4 |
+
"patch_size": [
|
| 5 |
+
1,
|
| 6 |
+
2,
|
| 7 |
+
2
|
| 8 |
+
],
|
| 9 |
+
"text_len": 512,
|
| 10 |
+
"in_dim": 16,
|
| 11 |
+
"dim": 5120,
|
| 12 |
+
"ffn_dim": 13824,
|
| 13 |
+
"freq_dim": 256,
|
| 14 |
+
"text_dim": 4096,
|
| 15 |
+
"out_dim": 16,
|
| 16 |
+
"num_heads": 40,
|
| 17 |
+
"num_layers": 40,
|
| 18 |
+
"window_size": [
|
| 19 |
+
-1,
|
| 20 |
+
-1
|
| 21 |
+
],
|
| 22 |
+
"qk_norm": true,
|
| 23 |
+
"cross_attn_norm": true,
|
| 24 |
+
"eps": 1e-6,
|
| 25 |
+
"vae_stride": [
|
| 26 |
+
4,
|
| 27 |
+
8,
|
| 28 |
+
8
|
| 29 |
+
],
|
| 30 |
+
"vae_z_dim": 16,
|
| 31 |
+
"dual_model": true,
|
| 32 |
+
"boundary": 0.875,
|
| 33 |
+
"sample_shift": 12.0,
|
| 34 |
+
"sample_steps": 40,
|
| 35 |
+
"sample_guide_scale": [
|
| 36 |
+
3.0,
|
| 37 |
+
4.0
|
| 38 |
+
],
|
| 39 |
+
"num_train_timesteps": 1000,
|
| 40 |
+
"sample_fps": 16,
|
| 41 |
+
"frame_num": 81,
|
| 42 |
+
"sample_neg_prompt": "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走",
|
| 43 |
+
"max_area": 0,
|
| 44 |
+
"t5_vocab_size": 256384,
|
| 45 |
+
"t5_dim": 4096,
|
| 46 |
+
"t5_dim_attn": 4096,
|
| 47 |
+
"t5_dim_ffn": 10240,
|
| 48 |
+
"t5_num_heads": 64,
|
| 49 |
+
"t5_num_layers": 24,
|
| 50 |
+
"t5_num_buckets": 32,
|
| 51 |
+
"quantization": {
|
| 52 |
+
"bits": 4,
|
| 53 |
+
"group_size": 64
|
| 54 |
+
}
|
| 55 |
+
}
|
q4/high_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7d1a8a808d9f22eb156bc98ce8a90df78312980722ef023588a377e46a8ec2d
|
| 3 |
+
size 8378982847
|
q4/low_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0152aeb12c6154dd666702f3b85015118ae10fa60ea0acc969eef0b244eed246
|
| 3 |
+
size 8378982717
|
q4/t5_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d0aaee4de5ef756c32a7d3e0c1879a3427fa4f53a656bbc7c46198d705e2612
|
| 3 |
+
size 11361845591
|
q4/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e197b4d3dbd71da14b4eb255f4fa91c9c1f2068b20a2de2472967ca3d22602b
|
| 3 |
+
size 16837417
|
q4/vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92e17d4b51b712b9e0e5f6af9f4b07cdd28fbdfdf046db670740f6c098583626
|
| 3 |
+
size 507591266
|
q8/config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "t2v",
|
| 3 |
+
"model_version": "2.2",
|
| 4 |
+
"patch_size": [
|
| 5 |
+
1,
|
| 6 |
+
2,
|
| 7 |
+
2
|
| 8 |
+
],
|
| 9 |
+
"text_len": 512,
|
| 10 |
+
"in_dim": 16,
|
| 11 |
+
"dim": 5120,
|
| 12 |
+
"ffn_dim": 13824,
|
| 13 |
+
"freq_dim": 256,
|
| 14 |
+
"text_dim": 4096,
|
| 15 |
+
"out_dim": 16,
|
| 16 |
+
"num_heads": 40,
|
| 17 |
+
"num_layers": 40,
|
| 18 |
+
"window_size": [
|
| 19 |
+
-1,
|
| 20 |
+
-1
|
| 21 |
+
],
|
| 22 |
+
"qk_norm": true,
|
| 23 |
+
"cross_attn_norm": true,
|
| 24 |
+
"eps": 1e-6,
|
| 25 |
+
"vae_stride": [
|
| 26 |
+
4,
|
| 27 |
+
8,
|
| 28 |
+
8
|
| 29 |
+
],
|
| 30 |
+
"vae_z_dim": 16,
|
| 31 |
+
"dual_model": true,
|
| 32 |
+
"boundary": 0.875,
|
| 33 |
+
"sample_shift": 12.0,
|
| 34 |
+
"sample_steps": 40,
|
| 35 |
+
"sample_guide_scale": [
|
| 36 |
+
3.0,
|
| 37 |
+
4.0
|
| 38 |
+
],
|
| 39 |
+
"num_train_timesteps": 1000,
|
| 40 |
+
"sample_fps": 16,
|
| 41 |
+
"frame_num": 81,
|
| 42 |
+
"sample_neg_prompt": "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走",
|
| 43 |
+
"max_area": 0,
|
| 44 |
+
"t5_vocab_size": 256384,
|
| 45 |
+
"t5_dim": 4096,
|
| 46 |
+
"t5_dim_attn": 4096,
|
| 47 |
+
"t5_dim_ffn": 10240,
|
| 48 |
+
"t5_num_heads": 64,
|
| 49 |
+
"t5_num_layers": 24,
|
| 50 |
+
"t5_num_buckets": 32,
|
| 51 |
+
"quantization": {
|
| 52 |
+
"bits": 8,
|
| 53 |
+
"group_size": 64
|
| 54 |
+
}
|
| 55 |
+
}
|
q8/high_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6123c90c4c93a689eb6d175cc5001e40e878df2c342d33349199d64cc14e2dbf
|
| 3 |
+
size 15404444042
|
q8/low_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f99d6a62f5b93824d220eca5455bc111a7281188ad07ff7820f83422a5609388
|
| 3 |
+
size 15404443864
|
q8/t5_encoder.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be5f15148d0e2a54fab5173e705b0d5c66f26b9b691bf3c730240b64a1771b01
|
| 3 |
+
size 11361845519
|
q8/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e197b4d3dbd71da14b4eb255f4fa91c9c1f2068b20a2de2472967ca3d22602b
|
| 3 |
+
size 16837417
|
q8/vae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b40486cfea4d0913631dd0dd666394cfd85ba48e04db1e1d848e554c0ad0f75e
|
| 3 |
+
size 507591244
|