Instructions to use Wan-AI/Wan2.2-Animate-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.2-Animate-14B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-Animate-14B", 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
Diffusers Version
#2
by JonnoFTW - opened
Can you please release a diffusers compatible version with example code?
I can't speak for the devs, but i went with:
pip install diffusers==0.35.0
Diffusers support for Wan2.2-Animate-14B is planned, and seems to be just getting started.
See here for a recent discussion.
waiting eagerly