From e0107336d3859d0b87df3dac2c48131e164ae795 Mon Sep 17 00:00:00 2001 From: yair Date: Sat, 6 May 2023 21:21:49 +0300 Subject: [PATCH] additions --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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