diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-08-24 10:42:21 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-08-24 10:42:21 +0000 |
commit | 852baf422ad86e406e0fa999c2f340bfd6a272d2 (patch) | |
tree | ef0fa270272caa4fda929b181087ba30225d0496 /README.md | |
parent | ca0d7981a058158175166afe20e3a60bb081a964 (diff) | |
download | stable-diffusion-webui-gfx803-852baf422ad86e406e0fa999c2f340bfd6a272d2.tar.gz stable-diffusion-webui-gfx803-852baf422ad86e406e0fa999c2f340bfd6a272d2.tar.bz2 stable-diffusion-webui-gfx803-852baf422ad86e406e0fa999c2f340bfd6a272d2.zip |
gfpgan dir for the guide's directory names
fix a bug in image resizing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -96,6 +96,13 @@ same time for a small speed boost). 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.
+> but every image is saved, why would I need this?
+
+If you're like me, you experiment a lot with prompts and settings, and only few images are worth saving. You can
+just save them using right click in browser, but then you won't be able to reproduce them later because you will not
+know what exact prompt created the image. If you use the flag button, generation paramerters will be written to csv file,
+and you can easily find parameters for an image by searching for its filename.
+
### Copy-paste generation parameters
A text output provides generation parameters in an easy to copy-paste form for easy sharing.
|