Instructions to use thibaud/controlnet-sd21-canny-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-sd21-canny-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-sd21-canny-diffusers") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
@@ -11,6 +11,8 @@ tags:
|
|
| 11 |
Here's the first version of controlnet for stablediffusion 2.1 for diffusers
|
| 12 |
Trained on a subset of laion/laion-art
|
| 13 |
|
|
|
|
|
|
|
| 14 |
### Canny:
|
| 15 |

|
| 16 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
tags:
|
|
|
|
| 11 |
Here's the first version of controlnet for stablediffusion 2.1 for diffusers
|
| 12 |
Trained on a subset of laion/laion-art
|
| 13 |
|
| 14 |
+
License: refers to the different preprocessor's ones.
|
| 15 |
+
|
| 16 |
### Canny:
|
| 17 |

|
| 18 |
|