From 5baffd360b1f9c37076948853803c4f189416c34 Mon Sep 17 00:00:00 2001 From: tami-p40 Date: Sun, 26 May 2024 09:05:27 +0300 Subject: [PATCH] info --- main.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index a61536f..6bd922a 100644 --- a/main.py +++ b/main.py @@ -302,6 +302,8 @@ async def info(client, message): - `steps:` - Number of steps for generation (1-70). - `ds:` - Denoising strength (0-1.0). - `cfg:` - CFG scale (1-30). + - `width:` - Width of the generated image. + - `height:` - Height of the generated image. - `info:` - Include full payload information in the caption. **Example:** `/draw beautiful sunset ng:ugly steps:30 ds:0.5 info:` @@ -312,6 +314,8 @@ async def info(client, message): - `ds:` - Denoising strength (0-1.0). - `steps:` - Number of steps for generation (1-70). - `cfg:` - CFG scale (1-30). + - `width:` - Width of the generated image. + - `height:` - Height of the generated image. - `info:` - Include full payload information in the caption. **Example:** Reply to an image with `/img modern art ds:0.2 info:` @@ -329,16 +333,17 @@ async def info(client, message): - `xsteps:` - Steps value for x/y/z plot. - `xds:` - Denoising strength for x/y/z plot. - `xcfg:` - CFG scale for x/y/z plot. - - `nl` - No legend in x/y/z plot. - - `ks` - Keep sub-images in x/y/z plot. - - `rs` - Set random seed for sub-images in x/y/z plot. + - `nl:` - No legend in x/y/z plot. + - `ks:` - Keep sub-images in x/y/z plot. + - `rs:` - Set random seed for sub-images in x/y/z plot. **Notes:** - Use lower step values (10-20) for large x/y/z plots to avoid long processing times. - Use `info:` option to include full payload details in the caption of generated images for better troubleshooting and analysis. -**Example for Advanced Users:** `/draw beautiful landscape xsteps:10 xds:0.5 xcfg:7 nl ks rs info:` +**Example for Advanced Users:** `/draw beautiful landscape xsteps:10 xds:0.5 xcfg:7 nl: ks: rs: info:` +For the bot code visit: [Stable Diffusion Bot](https://git.telavivmakers.space/ro/stable-diffusion-telegram-bot) For more details, visit the [Stable Diffusion Wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#xyz-plot). Enjoy creating with Stable Diffusion Bot!