Instructions to use xinsir/controlnet-openpose-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xinsir/controlnet-openpose-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("xinsir/controlnet-openpose-sdxl-1.0") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Training Script
#16
by MAK007 - opened
Helloo, i salute you for the hardwork, since I couldn't find an instance segmentation controlnet for sdxl I decided to start training my own and share it, but I am a beginner, could you please tell what script did you use for the training of your controlnets, is it the one on diffusers github page ???
https://github.com/huggingface/diffusers/blob/6bfd13f07abbee29c61251f6573d0b103613f4ca/examples/controlnet/README_sdxl.md
Thank you in advance π€