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