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.1-Distill-Loras

Diffusers
Diffusion Single File
comfyui
distillation
LoRA
video
video genration
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use lightx2v/Wan2.1-Distill-Loras 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-Distill-Loras", 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-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
  • Notebooks
  • Google Colab
  • Kaggle
Wan2.1-Distill-Loras
1.37 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
lightx2v's picture
lightx2v
Update README.md
27ae38d verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    251 Bytes
    Update README.md 7 months ago
  • wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors
    739 MB
    xet
    Rename wan2.1_i2v_lora_rank64_lightx2v.safetensors to wan2.1_i2v_lora_rank64_lightx2v_4step.safetensors 7 months ago
  • wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors
    631 MB
    xet
    Rename wan2.1_t2v_14b_lora_rank64_lightx2v.safetensors to wan2.1_t2v_14b_lora_rank64_lightx2v_4step.safetensors 7 months ago