additions

This commit is contained in:
yair 2023-05-06 21:21:49 +03:00
parent b091048df1
commit e0107336d3

View File

@ -9,6 +9,19 @@ supported invocation:
you can add `negative_prompt` using `ng: <text>` you can add `negative_prompt` using `ng: <text>`
you can add `denoised intermediate steps` using `steps: <text>` you can add `denoised intermediate steps` using `steps: <text>`
basicly anything the `/controlnet/txt2img` API payload supports
like,
```json
{
"prompt": "",
"negative_prompt": "",
"denoising_strength": 0.5,
"seed": -1,
"n_iter": 1,
"steps": 20,
"cfg_scale": 7
}
```
examples: examples:
`/draw a city street` `/draw a city street`
and without people and without people