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
|
@@ -22,6 +22,9 @@ Trained on a subset of laion/laion-art
|
|
| 22 |
### Hed:
|
| 23 |

|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
### OpenPose:
|
| 26 |

|
| 27 |
|
|
|
|
| 22 |
### Hed:
|
| 23 |

|
| 24 |
|
| 25 |
+
### Scribble:
|
| 26 |
+

|
| 27 |
+
|
| 28 |
### OpenPose:
|
| 29 |

|
| 30 |
|