diff options
author | Michoko <michoko@hotmail.com> | 2022-09-27 21:02:11 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-29 09:10:00 +0000 |
commit | f8acbb8f880815facb5037efcd676f2f0d2b5bf4 (patch) | |
tree | b66752ce0b66222e2a842ac2ee079bf567895c2f /javascript/hints.js | |
parent | 4127f4aff8aff3d72bdd47224fabf9697633b352 (diff) | |
download | stable-diffusion-webui-gfx803-f8acbb8f880815facb5037efcd676f2f0d2b5bf4.tar.gz stable-diffusion-webui-gfx803-f8acbb8f880815facb5037efcd676f2f0d2b5bf4.tar.bz2 stable-diffusion-webui-gfx803-f8acbb8f880815facb5037efcd676f2f0d2b5bf4.zip |
Add output folder icons
Adds icons on the first 3 tabs to directly open the corresponding images output directory
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 59dd770c..96cd24d5 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -15,6 +15,7 @@ titles = { "\u267b\ufe0f": "Reuse seed from last generation, mostly useful if it was randomed", "\u{1f3a8}": "Add a random artist to the prompt.", "\u2199\ufe0f": "Read generation parameters from prompt into user interface.", + "\uD83D\uDCC2": "Open images output directory", "Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt", "SD upscale": "Upscale image normally, split result into tiles, improve each tile using img2img, merge whole image back", |