From 4ea9f4735606275f96c7f27af4cd24cdf1c800ab Mon Sep 17 00:00:00 2001 From: yair Date: Fri, 28 Apr 2023 10:03:47 +0300 Subject: [PATCH] add steps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aedf764..fa5d27d 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,14 @@ this is a txt2img bot running on tami telegram channel 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 `sampeling steps` using `steps: ` ☻ examples: `/draw a city street` and without people `/draw a city street ng: people` +with more steps +`/draw a city street ng: people steps: 50` to change the model use: `/getmodels` - to get a list of models and then click to set it.