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

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: 6 commits
dimentox's picture
dimentox
Adding `safetensors` variant of this model
bf00155 about 3 years ago
  • controlnet
    Adding `safetensors` variant of this model about 3 years ago
  • feature_extractor
    Commit controlnet encoded hands 130k to the Hub about 3 years ago
  • safety_checker
    Adding `safetensors` variant of this model about 3 years ago
  • scheduler
    Commit controlnet encoded hands 130k to the Hub about 3 years ago
  • text_encoder
    Adding `safetensors` variant of this model about 3 years ago
  • tokenizer
    Commit controlnet encoded hands 130k to the Hub about 3 years ago
  • unet
    Adding `safetensors` variant of this model about 3 years ago
  • vae
    Adding `safetensors` variant of this model about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    781 Bytes
    Update README.md about 3 years ago
  • model_index.json
    654 Bytes
    Commit controlnet encoded hands 130k to the Hub about 3 years ago