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
/
wan22cumeneitor81-lora

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

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

  • Libraries
  • Diffusers

    How to use d14945921/wan22cumeneitor81-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("ai-toolkit/Wan2.2-T2V-A14B-Diffusers-bf16", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("d14945921/wan22cumeneitor81-lora")
    
    prompt = "cumshot"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
wan22cumeneitor81-lora
307 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
d14945921's picture
d14945921
Upload README.md with huggingface_hub
e0a49a9 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    1.35 kB
    Upload README.md with huggingface_hub 8 months ago
  • wan22cumeneitor81_high_noise.safetensors
    153 MB
    xet
    Upload wan22cumeneitor81_high_noise.safetensors with huggingface_hub 8 months ago
  • wan22cumeneitor81_low_noise.safetensors
    153 MB
    xet
    Upload wan22cumeneitor81_low_noise.safetensors with huggingface_hub 8 months ago