|
--- |
|
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 |