From 9c965b497e7a2718a1797d33c231d9ef3cccb043 Mon Sep 17 00:00:00 2001 From: yair Date: Fri, 28 Apr 2023 10:32:19 +0300 Subject: [PATCH] exaplin steps --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa5d27d..4438d11 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ 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: ` ☻ - +you can add `negative_prompt` using `ng: ` +you can add `denoised intermediate steps` using `steps: ` + examples: `/draw a city street` and without people @@ -21,11 +21,12 @@ to change the model use: -note1: Anything after ng will be considered as nergative prompt. a.k.a things you do not want to see in your diffusion! -note2: on [negative_prompt](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Negative-prompt) (aka ng): +- note1: Anything after ng will be considered as nergative prompt. a.k.a things you do not want to see in your diffusion! +- note2: on [negative_prompt](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Negative-prompt) (aka ng): thia is a bit of a black art. i took the recommended defaults for the `Deliberate` model from this fun [alt-model spreadsheet](https://docs.google.com/spreadsheets/d/1Q0bYKRfVOTUHQbUsIISCztpdZXzfo9kOoAy17Qhz3hI/edit#gid=797387129). -~~and you (currntly) can only ADD to it, not replace.~~ - +~~and you (currntly) can only ADD to it, not replace.~~ +- note3: on `steps` - step of 1 will generate only the first "step" of bot hallucinations. the default is 40. higher will take longer and will give "better" image. range is hardcoded 1-70. +see ![video](https://user-images.githubusercontent.com/57876960/212490617-f0444799-50e5-485e-bc5d-9c24a9146d38.mp4) ## Setup Install requirements