Instructions to use Vincent-luo/controlnet-hands with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
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 ) - Notebooks
- Google Colab
- Kaggle
Upload controlnet as PyTorch weights
#2
by patrickvonplaten - opened
No description provided.
patrickvonplaten changed pull request title from Upload folder using huggingface_hub to Upload controlnet as PyTorch weights
Vincent-luo changed pull request status to merged