Instructions to use ali-vilab/i2vgen-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ali-vilab/i2vgen-xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ali-vilab/i2vgen-xl", 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
Finetune I2VGen Model
#15 opened almost 2 years ago
by
MartinRath
The link is broken.
1
#14 opened almost 2 years ago
by
tolgacangoz
can't reproduce the same result as space demo
#13 opened about 2 years ago
by
fenglinsen
Update README.md
1
#11 opened over 2 years ago
by
sayakpaul
Rename README.md to Rabbit surf
1
#9 opened over 2 years ago
by
thorin07
requirements?
2
#7 opened over 2 years ago
by
vladmandic
vilab_pullrequest
#3 opened over 2 years ago
by
jensinjames