Instructions to use SceneWorks/wan2.2-ti2v-5b-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/wan2.2-ti2v-5b-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir wan2.2-ti2v-5b-mlx SceneWorks/wan2.2-ti2v-5b-mlx
- Wan2.2
How to use SceneWorks/wan2.2-ti2v-5b-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
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Wan-AI/Wan2.2-TI2V-5B
|
| 4 |
+
library_name: mlx
|
| 5 |
+
pipeline_tag: text-to-video
|
| 6 |
+
tags:
|
| 7 |
+
- mlx
|
| 8 |
+
- apple-silicon
|
| 9 |
+
- wan2.2
|
| 10 |
+
- text-to-video
|
| 11 |
+
- image-to-video
|
| 12 |
+
- video-generation
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Wan2.2-TI2V-5B — MLX (bf16)
|
| 16 |
+
|
| 17 |
+
Native **MLX** (Apple Silicon) conversion of [Wan-AI/Wan2.2-TI2V-5B](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B), packaged as a turnkey, self-contained snapshot for the [SceneWorks](https://huggingface.co/SceneWorks) app. Downloading this repo replaces the previous "download the source checkpoint and convert on-device" first-run step.
|
| 18 |
+
|
| 19 |
+
## Contents (self-contained, bf16)
|
| 20 |
+
| file | what |
|
| 21 |
+
|---|---|
|
| 22 |
+
| `model.safetensors` | Wan2.2 TI2V-5B DiT transformer |
|
| 23 |
+
| `t5_encoder.safetensors` | UMT5-XXL text encoder |
|
| 24 |
+
| `vae.safetensors` | Wan z48 VAE |
|
| 25 |
+
| `tokenizer.json` | UMT5 tokenizer |
|
| 26 |
+
| `config.json` | architecture config |
|
| 27 |
+
|
| 28 |
+
Quantization (Q4/Q8) is applied **at load** by the engine — these weights are full bf16, so one artifact serves every quant tier.
|
| 29 |
+
|
| 30 |
+
## Provenance
|
| 31 |
+
- **Source:** `Wan-AI/Wan2.2-TI2V-5B` (Apache-2.0).
|
| 32 |
+
- **Converted with:** the SceneWorks native Rust MLX converter (`mlx-gen-wan`, converter id `wan_ti2v_5b`), dtype `bfloat16`.
|
| 33 |
+
- No re-quantization; lean snapshot (excludes diffusers-format directories the MLX engine never loads).
|
| 34 |
+
|
| 35 |
+
## License
|
| 36 |
+
**Apache-2.0**, inherited from the upstream model. This repository redistributes a converted copy of the upstream Apache-2.0 weights, with attribution, as permitted by that license. See the [source model card](https://huggingface.co/Wan-AI/Wan2.2-TI2V-5B).
|