diff options
author | siutin <osiutino@gmail.com> | 2023-03-28 16:13:15 +0000 |
---|---|---|
committer | siutin <osiutino@gmail.com> | 2023-03-30 09:20:09 +0000 |
commit | 90366b8d8564c6fcbf5899fb31e426b68b04eb7b (patch) | |
tree | 7d17a34429dc383f6909dd4248382d6985a11b16 /javascript | |
parent | e0b58527ff040f9c547ea45b5fcf1bfb7ab23cdd (diff) | |
download | stable-diffusion-webui-gfx803-90366b8d8564c6fcbf5899fb31e426b68b04eb7b.tar.gz stable-diffusion-webui-gfx803-90366b8d8564c6fcbf5899fb31e426b68b04eb7b.tar.bz2 stable-diffusion-webui-gfx803-90366b8d8564c6fcbf5899fb31e426b68b04eb7b.zip |
tool button
Diffstat (limited to 'javascript')
-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 f48a0eb6..7c608311 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -22,7 +22,7 @@ titles = { "\u{1f4cb}": "Apply selected styles to current prompt", "\u{1f4d2}": "Paste available values into the field", "\u{1f3b4}": "Show/hide extra networks", - + "\u{1F300}": "Restore progress", "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", |