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 / tokenizer
1.59 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
vumichien's picture
vumichien
Commit controlnet hands to the Hub
d9ae936 almost 3 years ago
  • merges.txt
    525 kB
    Commit controlnet hands to the Hub almost 3 years ago
  • special_tokens_map.json
    472 Bytes
    Commit controlnet hands to the Hub almost 3 years ago
  • tokenizer_config.json
    737 Bytes
    Commit controlnet hands to the Hub almost 3 years ago
  • vocab.json
    1.06 MB
    Commit controlnet hands to the Hub almost 3 years ago