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

  • Log In
  • Sign Up

vllab
/
controlnet-encoded-hands-130k

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

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

  • Libraries
  • Diffusers

    How to use vllab/controlnet-encoded-hands-130k with Diffusers:

    pip install -U diffusers transformers accelerate
    from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
    
    controlnet = ControlNetModel.from_pretrained("vllab/controlnet-encoded-hands-130k")
    pipe = StableDiffusionControlNetPipeline.from_pretrained(
    	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
    )
  • Notebooks
  • Google Colab
  • Kaggle
controlnet-encoded-hands-130k
13.9 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
vumichien's picture
vumichien
Update README.md
a89803d almost 3 years ago
  • controlnet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • feature_extractor
    Commit controlnet encoded hands 130k to the Hub almost 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • scheduler
    Commit controlnet encoded hands 130k to the Hub almost 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • tokenizer
    Commit controlnet encoded hands 130k to the Hub almost 3 years ago
  • unet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • vae
    Adding `safetensors` variant of this model (#1) 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 encoded hands 130k to the Hub almost 3 years ago