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

camenduru
/
MusePose

Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use camenduru/MusePose with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("camenduru/MusePose", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
MusePose
16.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
camenduru's picture
camenduru
Rename dwpose/yolox_l_8x8_300e_coco_20211126_140236-d3bd2b23.pth to dwpose/yolox_l_8x8_300e_coco.pth
f4db0fe verified about 2 years ago
  • MusePose
    Rename reference_unet.pth to MusePose/reference_unet.pth about 2 years ago
  • dwpose
    Rename dwpose/yolox_l_8x8_300e_coco_20211126_140236-d3bd2b23.pth to dwpose/yolox_l_8x8_300e_coco.pth about 2 years ago
  • image_encoder
    thanks to TMElyralab ❤ about 2 years ago
  • sd-image-variations-diffusers
    thanks to TMElyralab ❤ about 2 years ago
  • sd-vae-ft-mse
    thanks to TMElyralab ❤ about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago