Instructions to use Runware/Wan2.1-I2V-14B-480P with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Runware/Wan2.1-I2V-14B-480P with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Runware/Wan2.1-I2V-14B-480P", 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
Commit History
Delete Wan2.1_VAE.pth with huggingface_hub 6350784 verified
Upload models_clip_open-clip-xlm-roberta-large-vit-huge-14.pth with huggingface_hub 72f0d4d verified
Upload Wan2.1_VAE.pth with huggingface_hub 4768944 verified
Delete README.md 27f900f verified
Runware ML commited on
Add files using upload-large-folder tool 034759a verified
Runware ML commited on
initial commit 387c2ba verified
Runware ML commited on