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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,8 @@ tags:
|
|
| 7 |
- controlnet-openpose-sdxl-1.0
|
| 8 |
- text_to_image
|
| 9 |
---
|
| 10 |
-
# ***State of the art ControlNet-openpose-sdxl-1.0 model,
|
|
|
|
| 11 |

|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
- controlnet-openpose-sdxl-1.0
|
| 8 |
- text_to_image
|
| 9 |
---
|
| 10 |
+
# ***State of the art ControlNet-openpose-sdxl-1.0 model, below are the result for midjourney and anime, just for show***
|
| 11 |
+

|
| 12 |

|
| 13 |
|
| 14 |
|