Instructions to use Wan-AI/Wan2.2-TI2V-5B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.2-TI2V-5B-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-TI2V-5B-Diffusers", 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
encoder.embed_tokens.weight | MISSING
2
#6 opened 3 months ago
by
Husky3
error encountered when generating 1280*720 video
1
#5 opened 8 months ago
by
baoang
whats the config file for this
1
#4 opened 10 months ago
by
rahul7star
Local Installation Video and Testing - Step by Step
#3 opened 10 months ago
by
fahdmirzac
需要Wan2.2-TI2V-5B-Diffusers的图生视频示例
7
#2 opened 10 months ago
by
Gluttony10