diff options
author | Hanusz Leszek <leszek.hanusz@gmail.com> | 2022-10-02 19:08:23 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-03 04:59:13 +0000 |
commit | e615d4f9d101e2712c7c2d0e3e8feb19cb430c74 (patch) | |
tree | 5f8af055950519e3d038d2cb12e596e95efa1d21 /javascript/hints.js | |
parent | 2cd6a00f3757e3ba9528c1a54341c61b4ab45a7c (diff) | |
download | stable-diffusion-webui-gfx803-e615d4f9d101e2712c7c2d0e3e8feb19cb430c74.tar.gz stable-diffusion-webui-gfx803-e615d4f9d101e2712c7c2d0e3e8feb19cb430c74.tar.bz2 stable-diffusion-webui-gfx803-e615d4f9d101e2712c7c2d0e3e8feb19cb430c74.zip |
Convert folder icon surrogate pair to valid utf8
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 84694eeb..e72e9338 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -15,7 +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", + "\u{1f4c2}": "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", |