diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-09-30 00:59:36 +0000 |
---|---|---|
committer | d8ahazard <d8ahazard@gmail.com> | 2022-09-30 00:59:36 +0000 |
commit | d73741794d38a5c1aacacc7a6ed3fe3ca65724db (patch) | |
tree | d498141630f535a7ea3d7538707f4213538a332c /javascript/hints.js | |
parent | 0dce0df1ee63b2f158805c1a1f1a3743cc4a104b (diff) | |
parent | 498515e7a19bb3e8ab36aab2e628eb6be7464401 (diff) | |
download | stable-diffusion-webui-gfx803-d73741794d38a5c1aacacc7a6ed3fe3ca65724db.tar.gz stable-diffusion-webui-gfx803-d73741794d38a5c1aacacc7a6ed3fe3ca65724db.tar.bz2 stable-diffusion-webui-gfx803-d73741794d38a5c1aacacc7a6ed3fe3ca65724db.zip |
Merge remote-tracking branch 'upstream/master' into ModelLoader
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", |