aboutsummaryrefslogtreecommitdiff
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorWDevelopsWebApps <97454358+WDevelopsWebApps@users.noreply.github.com>2022-09-29 12:19:13 +0200
committerGitHub <noreply@github.com>2022-09-29 12:19:13 +0200
commitf28ce3e3a17ccd9b4a03317031a4e3caa1a3088f (patch)
tree9f57cde73305695cce558cd8a172b4974a02ee1d /javascript/hints.js
parent03ee67bfd34b9e872b33eb05fef5db83410b16f3 (diff)
parentbe5555fce4612fdfb4a06e831e3f1a8d055fdf9a (diff)
Merge branch 'master' into saving
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js1
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",