Text-to-Video
Diffusers
Diffusion Single File
English
Chinese
t2v
video generation
comfyui
distillation
LoRA
Instructions to use lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lightx2v/Wan2.1-T2V-14B-StepDistill-CfgDistill 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-StepDistill-CfgDistill", 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-StepDistill-CfgDistill 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
I tried to reproduce i2v-14b-bi self-forcing-plus training but encountered problems, can you help me? Thanks!
#14 opened 7 months ago
by
lj1995
Can I use the framework to distill a bidirectional HunyuanVideo(-I2V) model?
#13 opened 8 months ago
by
SnowflakeWang
Is this 14B model autoregressive?
#12 opened 8 months ago
by
YJ-142150
Thank you very much! Also, a LoRA!
👍❤️ 3
6
#10 opened 11 months ago
by
Blyss
Is this making the diffusion faster?
#8 opened 11 months ago
by
AgustinCaniglia
Upload Screenshot_2025-06-17-19-25-53-070_com.instagram.android.jpg
1
#7 opened 11 months ago
by
Ahedalikhan47
step t2v
#6 opened 11 months ago
by
jabbamaster
about the cfg-distill?
2
#5 opened 11 months ago
by
xiao2mo
which sampler is recommended for this model? I've tried several common ones, but none of them work well.
3
#4 opened 11 months ago
by
jasoncow
Can we have Lora only
1
#3 opened 11 months ago
by
ryg81
I2V please.
7
#1 opened 11 months ago
by
Maki99