Instructions to use thibaud/controlnet-sd21-openpose-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-sd21-openpose-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-sd21-openpose-diffusers") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
16f8d97 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1ba7ccd26392b3c66a825dd76ec774db1faad22193b6aa5d1e003be9ed4ca6d7
size 728594745
|