Instructions to use lightx2v/Wan2.2-Distill-Models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lightx2v/Wan2.2-Distill-Models 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.2-Distill-Models", 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.2-Distill-Models 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
Commit History
Upload wan2.2_i2v_A14b_high_noise_lightx2v_4step_720p_260412.safetensors with huggingface_hub 1f1760c verified
Upload wan2.2_i2v_A14b_low_noise_lightx2v_4step_720p_260412.safetensors with huggingface_hub 1bb0ab0 verified
Upload folder using huggingface_hub 4db87b4 verified
Upload folder using huggingface_hub 88fc9a8 verified
Upload folder using huggingface_hub 97f4e9a verified
rename 8ef133a
gushiqiao commited on
Move block*.safetensors into blocks directory c463f76
gushiqiao commited on
Move block*.safetensors into blocks directory 5ddede3
gushiqiao commited on