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

  • Log In
  • Sign Up

vllab
/
controlnet-hands

Image-to-Image
Diffusers
StableDiffusionControlNetPipeline
stable-diffusion
stable-diffusion-diffusers
controlnet
jax-diffusers-event
Model card Files Files and versions
xet
Community
4

Instructions to use vllab/controlnet-hands with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use vllab/controlnet-hands with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("vllab/controlnet-hands")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
controlnet-hands
6.93 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
vumichien's picture
vumichien
Update README.md
a98aae5 almost 3 years ago
  • controlnet
    Commit controlnet hands to the Hub almost 3 years ago
  • feature_extractor
    Commit controlnet hands to the Hub almost 3 years ago
  • safety_checker
    Commit controlnet hands to the Hub almost 3 years ago
  • scheduler
    Commit controlnet hands to the Hub almost 3 years ago
  • text_encoder
    Commit controlnet hands to the Hub almost 3 years ago
  • tokenizer
    Commit controlnet hands to the Hub almost 3 years ago
  • unet
    Commit controlnet hands to the Hub almost 3 years ago
  • vae
    Commit controlnet hands to the Hub almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • README.md
    3.79 kB
    Update README.md almost 3 years ago
  • model_index.json
    654 Bytes
    Commit controlnet hands to the Hub almost 3 years ago