Instructions to use lllyasviel/control_v11p_sd15_openpose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/control_v11p_sd15_openpose with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/control_v11p_sd15_openpose") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Back vs front
#2
by fanmcleod - opened
Hey, Illyasviel. Your model is insanely good, however it has an issue distinguishing between the back and the front. If I want to see the back of a character, it will tend to show me the front. It is not an issue right now, but it would take this to the next level if it also took the back into account
I would also add, that putting a character upside-down also doesn't work. It is just not recognized :(