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
metadata
license: openrail++
language:
- en
tags:
- art
- diffusers
- stable diffusion
- controlnet
Here's the first version of controlnet for stablediffusion 2.1 Trained on a subset of laion/laion-art
Canny:
Depth:
Hed:
To use with Automatic1111:
- Download the ckpt file
- Put it in extensions/sd-webui-controlnet/models
- in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml
- Enjoy
Misuse, Malicious Use, and Out-of-Scope Use
The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.
Thanks https://huggingface.co/lllyasviel/ControlNet for the implementation and the release of 1.5 models.


