Instructions to use PrometheusProject/controlnet-openpose-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use PrometheusProject/controlnet-openpose-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("PrometheusProject/controlnet-openpose-sdxl-1.0") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
577f6f1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1467a55d77df5b897e6aeb71b6bad5484bbf10802a8ebeb2f5fb42d41523f7d
size 2043064
|