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
Why doesn't my sdxl net control work in comfyui? please help me
#10
by XvparadovX - opened
I want to run net control open pose , the picture of the lines is shown, but the result is not executed in the final picture, why? Please help me
model checkpoints: WildCardX-XL TURBO
Link: https://civitai.com/models/293331/wildcardx-xl-turbo
model control net: OpenPoseXL2.safetensors
I also used non-turbo sdxl models, but it didn't work
please help me ...
Maybe high denoise
