aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-08-23 22:49:58 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-08-23 22:49:58 +0300
commite996f3c1189c774481458cba100dc308a98dd805 (patch)
treebfaa8adbf71b6c4eedc87f6b17f920dabdda3c4b
parentaa67540eba45d1883315d83c961e844f6b6dc839 (diff)
readme extra
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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.