File size: 2,121 Bytes
f0fd44d fecb650 e602350 8c7476b 210bfbe e602350 210bfbe 71de066 210bfbe fecb650 | 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 | ---
base_model:
- Wan-AI/Wan2.2-T2V-A14B
pipeline_tag: text-to-video
license: apache-2.0
language:
- en
- zh
tags:
- Wan2.2
---
# Wan2.2-Turbo
We are excited to release the distilled version of <a href="https://huggingface.co/Wan-AI/Wan2.2-T2V-A14B"><b>Wan2.2</b></a>, our fine-tuned variant of the t2v video generation model, which offers the following advantages:
- **Fast**: Video generation now requires only 4 steps without the need of CFG trick, leading to x20 speed-up
- **High-quality**: The distilled model delivers visuals on par with the base model in most scenarios, sometimes even better.
- **Complex Motion Generation**: Despite the reduction to just 4 steps, the model retains excellent motion dynamics in the generated scenes.
## Usage
This model is designed to work seamlessly with [**Aquiles-Image**](https://github.com/Aquiles-ai/Aquiles-Image), providing an OpenAI-compatible API for video generation:
```bash
pip install aquiles-image
aquiles-image serve --model "wan2.2-turbo"
```
Learn more in the [full documentation](https://aquiles-ai.github.io/aquiles-image-docs/).
## Example of a Video Generated with This Model
<div align="center">
<video width="80%" controls>
<source src="https://cdn-uploads.huggingface.co/production/uploads/63cb46191b705cc951e88e6c/QTA2BmiTL_IOUmZaxG4Iu.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
***Generated with prompt:** A direct continuation of the existing shot of a chameleon crawling slowly along a mossy branch.
Begin with the chameleon already mid-step, camera tracking right at the same close, eye-level angle.
After three seconds, its eyes swivel independently, one pausing to glance toward the lens before it
resumes moving forward. Maintain the 100 mm anamorphic lens with shallow depth of field, dappled
rainforest light, faint humidity haze, and subtle film grain. The moss texture and background greenery should
remain consistent, with the chameleon's deliberate gait flowing naturally as if no cut occurred.*
> **Requirements**: H100 or A100-80GB GPU |