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
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,19 +20,6 @@ Wan2.1-T2V-14B-StepDistill-CfgDistill is an advanced text-to-video generation mo
|
|
| 20 |
## Video Demos
|
| 21 |
|
| 22 |
## Demos (4steps)
|
| 23 |
-
<table>
|
| 24 |
-
<tr>
|
| 25 |
-
<td align="center">
|
| 26 |
-
|
| 27 |
-
</td>
|
| 28 |
-
<td align="center">
|
| 29 |
-
|
| 30 |
-
</td>
|
| 31 |
-
<td align="center">
|
| 32 |
-
|
| 33 |
-
</td>
|
| 34 |
-
</tr>
|
| 35 |
-
</table>
|
| 36 |
|
| 37 |
## Training
|
| 38 |
|
|
|
|
| 20 |
## Video Demos
|
| 21 |
|
| 22 |
## Demos (4steps)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Training
|
| 25 |
|