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
|
@@ -17,6 +17,9 @@ Trained on a subset of laion/laion-art
|
|
| 17 |
### Depth:
|
| 18 |

|
| 19 |
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
### To use with Automatic1111:
|
| 22 |
* Download the ckpt file
|
|
|
|
| 17 |
### Depth:
|
| 18 |

|
| 19 |
|
| 20 |
+
### Hed:
|
| 21 |
+

|
| 22 |
+
|
| 23 |
|
| 24 |
### To use with Automatic1111:
|
| 25 |
* Download the ckpt file
|