additions
This commit is contained in:
parent
b091048df1
commit
e0107336d3
13
README.md
13
README.md
|
@ -9,6 +9,19 @@ supported invocation:
|
|||
you can add `negative_prompt` using `ng: <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:
|
||||
`/draw a city street`
|
||||
and without people
|
||||
|
|
Loading…
Reference in New Issue
Block a user