diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-04-29 22:13:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 22:13:48 +0300 |
commit | 80987c36f9bfa33092ac7c75624b25d839cb2a06 (patch) | |
tree | 6f1acaae50a49544a08384b52739df3e2d803a10 /javascript/hints.js | |
parent | 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727 (diff) | |
parent | 15c4e78b44e14d70b82dcb5b563251fed7be0766 (diff) |
Merge pull request #7595 from siutin/feature/restore-progress
restore the progress from session lost / tab reload
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 23d85710..1a3130f8 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", |