Instructions to use epfl-vita/svi-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use epfl-vita/svi-model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("epfl-vita/svi-model", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
How to use this with diffusers?
#16 opened 14 days ago
by
rockapaper
Please update the model card
👍 1
#15 opened 4 months ago
by
joesixpaq
Native Workflow ?
2
#14 opened 4 months ago
by
jonnytracker
High noise lora: key not loaded
3
#13 opened 5 months ago
by
claws-of-death
Huggingface Demo
#12 opened 5 months ago
by
jujutechnology
When using Lora text_embeds are completely ignored
#11 opened 5 months ago
by
VladM
model_index & license
#10 opened 7 months ago
by
loleg
Remove library name
2
#8 opened 7 months ago
by
nielsr
Are you working in a 2.2 I2V version for this?
3
#7 opened 7 months ago
by
juang3d