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

  • Log In
  • Sign Up

drozbay
/
HuMoveLora

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

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

  • Libraries
  • Diffusers

    How to use drozbay/HuMoveLora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("bytedance-research/HuMo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("drozbay/HuMoveLora")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
HuMoveLora
3.24 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
drozbay's picture
drozbay
Update README.md
0bb4e4b verified 5 months ago
  • images
    Upload WanMoveLoraTesting_00036-audio.mp4 5 months ago
  • .gitattributes
    2.39 kB
    Upload WanMoveLoraTesting_00036-audio.mp4 5 months ago
  • HuMoveLoRa_svdlr_r256_fp16_v0.1_.safetensors
    3.23 GB
    xet
    Add 2 files 5 months ago
  • README.md
    1.4 kB
    Update README.md 5 months ago