Instructions to use Wan-AI/Wan2.2-S2V-14B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wan-AI/Wan2.2-S2V-14B 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("Wan-AI/Wan2.2-S2V-14B", 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
Upload FB_IMG_1774665670491.jpg
#17 opened about 2 months ago
by
WVCowboy99
404 Client Not Found Error
#16 opened 5 months ago
by
nubufi
Request: DOI
1
#15 opened 5 months ago
by
JaimeMitchell
Delete Junk Files
#14 opened 6 months ago
by
qpqpqpqpqpqp
DGX Spark prebuilds
#13 opened 7 months ago
by
csabakecskemeti
Official Lightning Lora from Wan-AI?
👀 1
#12 opened 8 months ago
by
Wladastic
Is it possible to use the wav2vec2 models fintuned for other languages?
👍 3
#10 opened 9 months ago
by
JustAFishFish
Please leave noone behind
#9 opened 9 months ago
by
WernerrenreW
Is there any ways to fine-tune
#6 opened 9 months ago
by
TheMindExpansionNetwork
diffusers version
👀 1
3
#4 opened 9 months ago
by
syyxsxx
Local Installation Video and Testing - Step by Step
❤️ 3
#3 opened 9 months ago
by
fahdmirzac
will this also work for the 5b model?
1
#2 opened 9 months ago
by
Manni1000
S2V distilled model
1
#1 opened 9 months ago
by
fullsoftwares