From e996f3c1189c774481458cba100dc308a98dd805 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 23 Aug 2022 22:49:58 +0300 Subject: [PATCH] readme extra --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 09e3560b..e37d882c 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ Four images will be produced, in this order, all with same seed and each with co Another example, this time with 5 prompts and 16 variations: ![](images/prompt_matrix.jpg) +If you use this feature, batch count will be ignored, because the number of pictures to produce +depends on your prompts, but batch size will still work (generating multiple pictures at the +same time for a small speed boost). + + ### Flagging Click the Flag button under the output section, and generated images will be saved to `log/images` directory, and generation parameters will be appended to a csv file `log/log.csv` in the `/sd` directory. @@ -97,6 +102,8 @@ A text output provides generation parameters in an easy to copy-paste form for e ![](images/kopipe.png) +If you generate multiple pictures, the displayed seed will be the seed of the first one. + ### Correct seeds for batches If you use a seed of 1000 to generate two batches of two images each, four generated images will have seeds: `1000, 1001, 1002, 1003`. Previous versions of the UI would produce `1000, x, 1001, x`, where x is an iamge that can't be generated by any seed.