Instructions to use stabilityai/stable-video-diffusion-img2vid-xt-1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/stable-video-diffusion-img2vid-xt-1-1 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("stabilityai/stable-video-diffusion-img2vid-xt-1-1", 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
no file 'diffusion_pytorch_model.fp16.bin'
2
#18 opened about 2 years ago
by
SwanCovetingFrog
Request: DOI
#17 opened about 2 years ago
by
Dragunflie-420
Delete svd11.webp
#16 opened about 2 years ago
by
fervater
requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='cdn-lfs-us-1.huggingface.co', port=443):
#15 opened about 2 years ago
by
Leo31019
Supported schedulers for SVD?
#13 opened over 2 years ago
by
ustcUna
Improvement thoughts.
#12 opened over 2 years ago
by
acenavigates
About Open-Sora
2
#10 opened over 2 years ago
by
Fabrice-TIERCELIN
test
#9 opened over 2 years ago
by
weekdayjast
About Sora
6
#8 opened over 2 years ago
by
Fabrice-TIERCELIN
Update README.md
#7 opened over 2 years ago
by
TheMidnightArchive
Update README.md
#6 opened over 2 years ago
by
TheMidnightArchive
Any ways to make this use less VRAM?
3
#4 opened over 2 years ago
by
haikumonster
How to use with AUTOMATIC 1111?
6
#2 opened over 2 years ago
by
Rattata
how to use the model
❤️ 1
7
#1 opened over 2 years ago
by
fenglinwansu