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
File size: 1,555 Bytes
2cd6697 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ---
license: apache-2.0
base_model: Wan-AI/Wan2.2-TI2V-5B
library_name: mlx
pipeline_tag: text-to-video
tags:
- mlx
- apple-silicon
- wan2.2
- text-to-video
- image-to-video
- video-generation
---
# Wan2.2-TI2V-5B — MLX (bf16)
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.
## Contents (self-contained, bf16)
| file | what |
|---|---|
| `model.safetensors` | Wan2.2 TI2V-5B DiT transformer |
| `t5_encoder.safetensors` | UMT5-XXL text encoder |
| `vae.safetensors` | Wan z48 VAE |
| `tokenizer.json` | UMT5 tokenizer |
| `config.json` | architecture config |
Quantization (Q4/Q8) is applied **at load** by the engine — these weights are full bf16, so one artifact serves every quant tier.
## Provenance
- **Source:** `Wan-AI/Wan2.2-TI2V-5B` (Apache-2.0).
- **Converted with:** the SceneWorks native Rust MLX converter (`mlx-gen-wan`, converter id `wan_ti2v_5b`), dtype `bfloat16`.
- No re-quantization; lean snapshot (excludes diffusers-format directories the MLX engine never loads).
## License
**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).
|