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

d14945921
/
wan_cumeneitor81res-lora

Text-to-Video
Diffusers
lora
template:sd-lora
ai-toolkit
Model card Files Files and versions
xet
Community

Instructions to use d14945921/wan_cumeneitor81res-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use d14945921/wan_cumeneitor81res-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.1-T2V-14B-Diffusers", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("d14945921/wan_cumeneitor81res-lora")
    
    prompt = "cumshot"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
wan_cumeneitor81res-lora
153 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
d14945921's picture
d14945921
Upload README.md with huggingface_hub
d604e0a verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.33 kB
    Upload README.md with huggingface_hub 8 months ago
  • wan_cumeneitor81res.safetensors
    153 MB
    xet
    Upload wan_cumeneitor81res.safetensors with huggingface_hub 8 months ago