add steps

This commit is contained in:
yair 2023-04-28 10:03:47 +03:00
parent 095e418da9
commit 4ea9f47356

View File

@ -7,11 +7,14 @@ this is a txt2img bot running on tami telegram channel
supported invocation: supported invocation:
`/draw <text>` - send prompt text to the bot and it will draw an image `/draw <text>` - send prompt text to the bot and it will draw an image
you can add `negative_prompt` using `ng: <text>` you can add `negative_prompt` using `ng: <text>`
you can add `sampeling steps` using `steps: <text>`
examples: examples:
`/draw a city street` `/draw a city street`
and without people and without people
`/draw a city street ng: people` `/draw a city street ng: people`
with more steps
`/draw a city street ng: people steps: 50`
to change the model use: to change the model use:
`/getmodels` - to get a list of models and then click to set it. `/getmodels` - to get a list of models and then click to set it.