Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

d14945921
/
wan_stream81_640-lora

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

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

  • Libraries
  • Diffusers

    How to use d14945921/wan_stream81_640-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_stream81_640-lora")
    
    prompt = "stream"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
wan_stream81_640-lora
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
d14945921's picture
d14945921
Upload README.md with huggingface_hub
8981701 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.32 kB
    Upload README.md with huggingface_hub 7 months ago
  • wan_stream81_640.safetensors
    153 MB
    xet
    Upload wan_stream81_640.safetensors with huggingface_hub 7 months ago