Instructions to use nvidia/AnyFlow-Wan2.1-T2V-1.3B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nvidia/AnyFlow-Wan2.1-T2V-1.3B-Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nvidia/AnyFlow-Wan2.1-T2V-1.3B-Diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -119,10 +119,10 @@ If you find our work helpful, please cite us.
|
|
| 119 |
|
| 120 |
```bibtex
|
| 121 |
@article{gu2026anyflow,
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
}
|
| 127 |
|
| 128 |
@article{gu2025long,
|
|
|
|
| 119 |
|
| 120 |
```bibtex
|
| 121 |
@article{gu2026anyflow,
|
| 122 |
+
title={AnyFlow: Any-Step Video Diffusion Model with On-Policy Flow Map Distillation},
|
| 123 |
+
author={Gu, Yuchao and Fang, Guian and Jiang, Yuxin and Mao, Weijia and Han, Song and Cai, Han and Shou, Mike Zheng},
|
| 124 |
+
journal={arXiv preprint arXiv:2605.13724},
|
| 125 |
+
year={2026}
|
| 126 |
}
|
| 127 |
|
| 128 |
@article{gu2025long,
|