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
1
#5 opened 8 months ago
by
rockapaper
How to use it in Comfy?
#4 opened 9 months ago
by
razvanab
question about using image guidance in this ti2v model ?
1
#3 opened 9 months ago
by
Lixiaoming
14 b coming?
1
#1 opened 9 months ago
by
markasd