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

  • Log In
  • Sign Up

shauray
/
Origami_WanLora

Text-to-Video
Diffusers
English
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use shauray/Origami_WanLora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use shauray/Origami_WanLora 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", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("shauray/Origami_WanLora")
    
    prompt = "[origami] a crafted grasshopper moving on the jungle floor, dead leaves all around, huge trees in the background."
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Origami_WanLora
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
shauray's picture
shauray
Update README.md
698ea69 verified about 1 year ago
  • videos
    model and rea readme about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.19 kB
    Update README.md about 1 year ago
  • origami_000000500.safetensors
    307 MB
    xet
    model and rea readme about 1 year ago