Vincent-luo/hagrid-mediapipe-hands
Viewer • Updated • 507k • 833 • 13
How to use Vincent-luo/controlnet-hands with Diffusers:
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.
Base model
runwayml/stable-diffusion-v1-5