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