Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use sidnarsipur/controlnet_normal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sidnarsipur/controlnet_normal with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("sidnarsipur/controlnet_normal") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,8 @@ tags:
|
|
| 15 |
- controlnet
|
| 16 |
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
-
|
|
|
|
| 19 |
inference: true
|
| 20 |
---
|
| 21 |
|
|
|
|
| 15 |
- controlnet
|
| 16 |
- diffusers-training
|
| 17 |
base_model: stabilityai/stable-diffusion-2-1-base
|
| 18 |
+
datasets:
|
| 19 |
+
- gvecchio/MatSynth
|
| 20 |
inference: true
|
| 21 |
---
|
| 22 |
|