Text-to-Video
Diffusers
Safetensors
English
AnyFlowFARPipeline
Any-Step
Text-to-Video
Image-to-Video
Video-to-Video
Instructions to use nvidia/AnyFlow-FAR-Wan2.1-14B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nvidia/AnyFlow-FAR-Wan2.1-14B-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-FAR-Wan2.1-14B-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
|
@@ -39,7 +39,7 @@ This directory contains **AnyFlow-FAR-Wan2.1-14B-Diffusers** (a 14B causal video
|
|
| 39 |
|
| 40 |
<div align="center">
|
| 41 |
<video width="80%" autoplay loop muted playsinline controls>
|
| 42 |
-
<source src="https://nvlabs.github.io/AnyFlow/assets/videos/demo_video.
|
| 43 |
Your browser does not support the video tag.
|
| 44 |
</video>
|
| 45 |
</div>
|
|
|
|
| 39 |
|
| 40 |
<div align="center">
|
| 41 |
<video width="80%" autoplay loop muted playsinline controls>
|
| 42 |
+
<source src="https://nvlabs.github.io/AnyFlow/assets/videos/demo_video.mp4" type="video/mp4">
|
| 43 |
Your browser does not support the video tag.
|
| 44 |
</video>
|
| 45 |
</div>
|