How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline

controlnet = ControlNetModel.from_pretrained("Vincent-luo/controlnet-hands")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"runwayml/stable-diffusion-v1-5", controlnet=controlnet
)

This model is a ControlNet model using MediaPipe hand landmarks for control. And it's trained on this dataset hagrid-mediapipe-hands.

Downloads last month
80
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Vincent-luo/controlnet-hands

Adapter
(2725)
this model

Dataset used to train Vincent-luo/controlnet-hands

Space using Vincent-luo/controlnet-hands 1