diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-10 10:35:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 10:35:51 +0000 |
commit | 2028aa06c0818aeb83b61f68cfbbcd6cb91f179e (patch) | |
tree | 9633b33b0063e30bf73603a35a7bac17f0ecfdda /javascript/hints.js | |
parent | 854bb0b56c881126f9bd3c2a22ad3be0a67d2400 (diff) | |
parent | 6387043fd2c3311d66690ff27d7da0e030b29cd8 (diff) | |
download | stable-diffusion-webui-gfx803-2028aa06c0818aeb83b61f68cfbbcd6cb91f179e.tar.gz stable-diffusion-webui-gfx803-2028aa06c0818aeb83b61f68cfbbcd6cb91f179e.tar.bz2 stable-diffusion-webui-gfx803-2028aa06c0818aeb83b61f68cfbbcd6cb91f179e.zip |
Merge pull request #3198 from papuSpartan/master
Add Clear Prompt button to roll_col
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 57db35be..47e24616 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -17,6 +17,7 @@ titles = { "\u2199\ufe0f": "Read generation parameters from prompt or last generation if prompt is empty into user interface.", "\u{1f4c2}": "Open images output directory", "\u{1f4be}": "Save style", + "\U0001F5D1": "Clear prompt" "\u{1f4cb}": "Apply selected styles to current prompt", "Inpaint a part of image": "Draw a mask over an image, and the script will regenerate the masked area with content according to prompt", |