Instructions to use Wan-AI/Wan2.1-T2V-1.3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.1-T2V-1.3B 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.1-T2V-1.3B", 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
π© Report: Spam
#26
by Goyam02 - opened
ask them to write proper readme files first will see to the model later .
i downloaded model using their modelscope now for wan module i have to clone the repo again its very distyurbing tio go throgh this and waiting too long just to get to know that i have to clone the repo again even i downloaded the model according to them.
A Hugging Face staff member HF Staff turned this report into a discussion
Goyam02 changed discussion status to closed