Image-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
jax-diffusers-event
Instructions to use MakiPan/controlnet-encoded-hands-130k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MakiPan/controlnet-encoded-hands-130k with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("MakiPan/controlnet-encoded-hands-130k") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
SD ControlNet A1111
#3
by Pomad - opened
Hi, I was wondering if putting diffusion_pytorch_model.fp16.safetensors file (733Mb) into the controlnet extension model would lead to adding mediapipe hands recognition as preprocessing to the controlnet inside Automatic1111?
Or this is just pytorch?
How should i use this file?