Instructions to use FastVideo/FastWan2.2-TI2V-5B-FullAttn-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FastVideo/FastWan2.2-TI2V-5B-FullAttn-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("FastVideo/FastWan2.2-TI2V-5B-FullAttn-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
Input image adherence for i2v workflow
#5
by rockapaper - opened
When I try i2v the character in image gets changed in output video. How to retain it
I have this problem too, but it seems to help to be very specific in the prompt about the character you're referring to (not just "the subject" but, e.g., "the girl in the red shirt", or just try slightly modified prompts until one works.