Text-to-Video
Diffusers
Diffusion Single File
English
Chinese
t2v
comfyui
distillation
LoRA
video generation
Instructions to use lightx2v/Wan2.1-T2V-14B-CausVid with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lightx2v/Wan2.1-T2V-14B-CausVid with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lightx2v/Wan2.1-T2V-14B-CausVid", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Diffusion Single File
How to use lightx2v/Wan2.1-T2V-14B-CausVid with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Too static result
#8 opened 11 months ago
by
mkay76
We need one for FLF2V :)
#7 opened about 1 year ago
by
LuminRabbit
How much video memory did you use to train a 14B model?
#6 opened about 1 year ago
by
loewen-hob
CausVid LoRA Full Tutorial With SwarmUI
#5 opened about 1 year ago
by
MonsterMMORPG
DMD and CFG distillation as loras?
#4 opened about 1 year ago
by
natalie5
this is amazing please release the i2v 14b version
👍 4
#3 opened about 1 year ago
by
maithink
Demo videos?
#2 opened about 1 year ago
by
natalie5
gradio or comfyui
1
#1 opened about 1 year ago
by
rahul7star