Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lightx2v
/
Wan2.2-Distill-Loras

Image-to-Video
Diffusers
Diffusion Single File
comfyui
distillation
LoRA
video
video genration
lora
Model card Files Files and versions
xet
Community
19

Instructions to use lightx2v/Wan2.2-Distill-Loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lightx2v/Wan2.2-Distill-Loras 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-I2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("lightx2v/Wan2.2-Distill-Loras")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png")
    
    image = pipe(image=input_image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Diffusion Single File

    How to use lightx2v/Wan2.2-Distill-Loras 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
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Upload sulphur_prompt_enhancer_model-q8_0.gguf

#19 opened 13 days ago by
X-Man995

Upload sulphur_prompt_enhancer_model-q8_0.gguf

#18 opened 13 days ago by
X-Man995

Combination with 1030, or how to make 1217 work.

#17 opened 3 months ago by
Kcouuock

4steps

#16 opened 3 months ago by
BigTiger78

πŸ“‹ Documentation Enhancement Suggestion

#15 opened 3 months ago by
CroviaTrust

wavespeed is not a providers of this

#14 opened 5 months ago by
amapic

what is the successor of "250928-dyno" t2v model?

1
#13 opened 5 months ago by
dipper9876

Distill 1030 lora??

πŸ‘ 1
4
#11 opened 7 months ago by
Fronyax

What is the difference between Wan2.2-Lightning lora and Wan2.2-Distill-Loras?

2
#9 opened 7 months ago by
FORNAX20

lora key not loaded

3
#6 opened 7 months ago by
hanswurstwerner

Is there an upload error? The low-noise model HASH is exactly the same as the old version from July

2
#5 opened 7 months ago by
t8star

Update 2025-10-17 Lora, ghosting/blur

πŸ‘ 4
2
#4 opened 7 months ago by
darksidewalker

can you keep a change log for the changes and the versions?

πŸ‘ 3
2
#3 opened 7 months ago by
Elvaxorn

wan2.2-gguf + distill loras Not worked

πŸ‘ 2
6
#1 opened 7 months ago by
zzland
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs