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-Lightning

Text-to-Video
Diffusers
Safetensors
English
text-to-video;
image-to-video;
comfyUI;
video-generation;
Model card Files Files and versions
xet
Community
73

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

  • Libraries
  • Diffusers

    How to use lightx2v/Wan2.2-Lightning 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-Lightning", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Wan2.2-Lightning
7.37 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 9 commits
keizez3's picture
keizez3
Upload 2 files
30373c4 verified 9 months ago
  • Wan2.2-I2V-A14B-4steps-lora-rank64-Seko-V1
    Upload folder using huggingface_hub 9 months ago
  • Wan2.2-T2V-A14B-4steps-lora-rank64-Seko-V1.1
    Upload folder using huggingface_hub 9 months ago
  • Wan2.2-T2V-A14B-4steps-lora-rank64-Seko-V1
    Upload 2 files 9 months ago
  • .gitattributes
    1.9 kB
    Upload 2 files 9 months ago
  • README.md
    15.1 kB
    Add modelcard 9 months ago