Instructions to use Wan-AI/Wan2.2-T2V-A14B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.2-T2V-A14B-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("Wan-AI/Wan2.2-T2V-A14B-Diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
T2V diffusers version does not work
2
#11 opened 4 months ago
by
felfri
wan 2.2 cause nan in latents
#10 opened 6 months ago
by deleted
this model has worse result than the wan2.1 model
#9 opened 9 months ago
by
hao98
demo能不能亲自跑一下,成功了再发出来?
#8 opened 9 months ago
by
cloudyu
how to set offload_model True with diffusers
3
#5 opened 10 months ago
by
zhaooooooo
diffuser inference code wrong!
3
#4 opened 10 months ago
by
hao98
Local Installation Video and Testing - Step by Step
👍 1
#3 opened 10 months ago
by
fahdmirzac