readme extra

This commit is contained in:
AUTOMATIC 2022-08-23 22:49:58 +03:00
parent aa67540eba
commit e996f3c118

View File

@ -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: Another example, this time with 5 prompts and 16 variations:
![](images/prompt_matrix.jpg) ![](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 ### Flagging
Click the Flag button under the output section, and generated images will be saved to `log/images` directory, and generation parameters 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. 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) ![](images/kopipe.png)
If you generate multiple pictures, the displayed seed will be the seed of the first one.
### Correct seeds for batches ### 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`. 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. Previous versions of the UI would produce `1000, x, 1001, x`, where x is an iamge that can't be generated by any seed.