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
Please release smaller I2V model like t2v 1.3b
#8
by riken12 - opened
please do it, might be hard for you guys but I really wish I can enjoy on my 6GB vram like I use your t2v 1.3b model, It's fine even If you don't I'm enjoying your technology so much
found this
what is this looks like a text2text generation model, I was asking for a wan 2.1 img2vid generation