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
whats the config file for this
#4
by rahul7star - opened
Repo has this Wan2.2/blob/main/wan/configs/wan_ti2v_5B.py. whats the config for Wan-AI/Wan2.2-TI2V-5B-Diffusers
I can load now but video is blurry ....num_inference_steps = 50 is this required , i am doing 4 steps not 50 ..could this be the reason of blurry video