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
|
@@ -24,7 +24,9 @@ inference: true
|
|
| 24 |
should probably proofread and complete it, then remove this comment. -->
|
| 25 |
|
| 26 |
|
| 27 |
-
#
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Intended uses & limitations
|
| 30 |
|
|
|
|
| 24 |
should probably proofread and complete it, then remove this comment. -->
|
| 25 |
|
| 26 |
|
| 27 |
+
# controlnet_normal
|
| 28 |
+
|
| 29 |
+
Estimate normal maps from basecolor maps.
|
| 30 |
|
| 31 |
## Intended uses & limitations
|
| 32 |
|