diff --git a/README.md b/README.md index c57a5cc..60e132f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,21 @@ this is a txt2img bot to converse with SDweb bot [API](https://github.com/AUTOMA supported invocation: `/draw ` - send prompt text to the bot and it will draw an image you can add `negative_prompt` using `ng: ` -you can add `denoised intermediate steps` using `steps: ` +you can add `denoised intermediate steps` using `steps: ` +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