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

  • Log In
  • Sign Up

joyfox
/
one_finger_wan21_t2v_lora

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

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

  • Libraries
  • Diffusers

    How to use joyfox/one_finger_wan21_t2v_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", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("joyfox/one_finger_wan21_t2v_lora")
    
    prompt = "0n3_f1n9er, 一只猴子坐在树上攀爬,然后对着镜头前竖起中指"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
one_finger_wan21_t2v_lora
356 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
lvfengchun's picture
lvfengchun
Update README.md
d488a11 verified 9 months ago
  • images
    Add 4 files 9 months ago
  • .gitattributes
    2.31 kB
    initial commit 9 months ago
  • README.md
    2.71 kB
    Update README.md 9 months ago
  • example_workflow.json
    27.9 kB
    Upload example_workflow.json 9 months ago
  • wan21_t2v_one_finger_lora_v2_000000800.safetensors
    307 MB
    xet
    Add 4 files 9 months ago