Instructions to use thibaud/controlnet-openpose-sdxl-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-openpose-sdxl-1.0 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-openpose-sdxl-1.0") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
vershagupta4234@gmail.com
#7
by khushimahajan - opened
README.md
CHANGED
|
@@ -8,6 +8,14 @@ tags:
|
|
| 8 |
- diffusers
|
| 9 |
- controlnet
|
| 10 |
inference: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# SDXL-controlnet: OpenPose (v2)
|
|
|
|
| 8 |
- diffusers
|
| 9 |
- controlnet
|
| 10 |
inference: false
|
| 11 |
+
datasets:
|
| 12 |
+
- fka/awesome-chatgpt-prompts
|
| 13 |
+
language:
|
| 14 |
+
- en
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
library_name: adapter-transformers
|
| 18 |
+
pipeline_tag: zero-shot-classification
|
| 19 |
---
|
| 20 |
|
| 21 |
# SDXL-controlnet: OpenPose (v2)
|