File size: 2,034 Bytes
5231938 07fec95 5231938 07fec95 5231938 5e4819e | 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | ---
license: apache-2.0
datasets:
- FastVideo/Wan2.2-Syn-121x704x1280_32k
base_model:
- Wan-AI/Wan2.2-TI2V-5B-Diffusers
library_name: fastvideo
tags:
- video-generation
- text-to-video
- wan
- int8
- quantization
- apple-silicon
pipeline_tag: text-to-video
---
# FastMetal-5B-QAD
**3-step text-to-video, INT8 pre-quantized for Apple Silicon.**
The mid-tier FastMetal model — a DMD2-distilled Wan2.2 TI2V 5B with a
quantization-aware-trained INT8 DiT. 720p-native, pre-quantized: no
startup quantization.
## What's inside
| Path | Contents |
|---|---|
| `mlx_dit.safetensors` / `mlx_dit.json` | INT8 (affine, group-64) DiT |
| `text_encoder/`, `vae/`, `tokenizer/`, `scheduler/` | everything needed to run standalone |
## Quickstart
Requires macOS with Apple silicon (MPS) and Python 3.11+:
```bash
pip install torch transformers mlx safetensors av imageio imageio-ffmpeg
git clone https://github.com/FastVideo/FastVideo.git
cd FastVideo
python examples/inference/basic/mlx_wan22_generate.py \
--text-encoder-root ./FastMetal-5B-QAD \
--mlx-checkpoint ./FastMetal-5B-QAD \
--vae-root ./FastMetal-5B-QAD/vae \
--prompt "a river winding through a fantasy valley at golden hour" \
--fast
```
## Model details
| | |
|---|---|
| Base model | Wan 2.2 TI2V 5B |
| Distillation | DMD2, 3 denoising steps |
| Quantization | affine INT8, group size 64, QAT-trained |
| Resolution | 704×1280 (720p), 121 frames |
| Flow shift | 5.0 |
| DiT weights | ~5 GB (INT8) |
## Training
DMD2 distillation of the Wan 2.2 TI2V 5B teacher onto an INT8 student on
NVIDIA GB200 clusters, with quantization-aware training (affine INT8,
group 64). Training corpus: `FastVideo/Wan2.2-Syn-121x704x1280_32k`.
## FastMetal family
| Model | Tier |
|---|---|
| [FastMetal-1.3B-QAD](https://huggingface.co/FastVideo/FastMetal-1.3B-QAD) | Entry — 16 GB+ class Macs |
| **FastMetal-5B-QAD** | Mid — 720p | 16 GB+ class Macs |
| [FastMetal-14B-QAD](https://huggingface.co/FastVideo/FastMetal-14B-QAD) | Quality — 24 GB+/ Ideally 36 Macs |
|