File size: 646 Bytes
3af03cf 66c9a4e b2aa2ac 3af03cf 80111fe 3af03cf 66c9a4e 3af03cf f559cf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: openrail
tags:
- stable-diffusion
- stable-diffusion-diffusers
- controlnet
- endpoints-template
inference: true
---
# Control Net SD with safe chekers
### expected Request payload
**prompt and image_depth_map are mandatory**
```json
{
"inputs": "A prompt used for image generation",
"negative_prompt": "low res, bad anatomy, worst quality, low quality",
"image_depth_map" : "iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAIAAAB7GkOtAAAABGdBTUEAALGPC",
"steps": 25,
"scale": 7,
"height": 512,
"width": 512,
"controlnet_conditioning_scale": 1.0,
"sd_model": "dreamshaper"
}
```
dreamshaper || dreamshaper_2 |