Text-to-Video
Safetensors
MLX
Wan2.2
mlx-gen
mflux
apple-silicon
8-bit precision
mixed-q8-bf16
wan
video-generation
image-to-video
Instructions to use AbstractFramework/wan2.2-ti2v-5b-diffusers-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/wan2.2-ti2v-5b-diffusers-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir wan2.2-ti2v-5b-diffusers-8bit AbstractFramework/wan2.2-ti2v-5b-diffusers-8bit
- Wan2.2
How to use AbstractFramework/wan2.2-ti2v-5b-diffusers-8bit 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
Fix Wan TI2V q8 precision wording
Browse files
README.md
CHANGED
|
@@ -31,11 +31,11 @@ This quantized derivative follows the Apache 2.0 license of the source model.
|
|
| 31 |
|
| 32 |
## Quantization
|
| 33 |
|
| 34 |
-
This is an MLX q8 checkpoint for Wan2.2 TI2V. MLX-Gen uses 8-bit quantization for Wan modules where MLX supports quantization:
|
| 35 |
|
| 36 |
-
- q8 for quantizable Wan transformer modules.
|
| 37 |
-
-
|
| 38 |
-
- BF16 for the UMT5 text encoder, scheduler metadata, tokenizer files, norms, and other non-quantizable parameters.
|
| 39 |
|
| 40 |
Wan q4 quality and any possible mixed q4/q8 policy are still under validation. Prefer q8 for publishable Wan checkpoints until the q4 policy is documented.
|
| 41 |
|
|
|
|
| 31 |
|
| 32 |
## Quantization
|
| 33 |
|
| 34 |
+
This is an MLX q8 checkpoint for Wan2.2 TI2V-5B. MLX-Gen uses 8-bit quantization for Wan modules where MLX supports quantization:
|
| 35 |
|
| 36 |
+
- q8 for quantizable Wan transformer attention and feed-forward modules.
|
| 37 |
+
- BF16 for the Wan VAE.
|
| 38 |
+
- BF16 for Wan transformer conditioning/output projection linears, the UMT5 text encoder, scheduler metadata, tokenizer files, norms, convolutions, and other non-quantizable parameters.
|
| 39 |
|
| 40 |
Wan q4 quality and any possible mixed q4/q8 policy are still under validation. Prefer q8 for publishable Wan checkpoints until the q4 policy is documented.
|
| 41 |
|