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
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ To use with Automatic1111:
|
|
| 20 |
* in settings/controlnet, change cldm_v15.yaml by cldm_v21.yaml
|
| 21 |
* Enjoy
|
| 22 |
|
| 23 |
-

|
| 24 |
|
| 25 |
Misuse, Malicious Use, and Out-of-Scope Use
|
| 26 |
|