diff options
author | Trung Ngo <codem01@gmail.com> | 2022-10-09 03:57:19 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-13 09:21:20 +0000 |
commit | e72adc999b3531370eafb9d316924ac497feb445 (patch) | |
tree | ea6f86009fa6b7f382d2b76ae51e67849bc86d76 /javascript/hints.js | |
parent | 04c0e643f2eec68d93a76db171b4d70595808702 (diff) | |
download | stable-diffusion-webui-gfx803-e72adc999b3531370eafb9d316924ac497feb445.tar.gz stable-diffusion-webui-gfx803-e72adc999b3531370eafb9d316924ac497feb445.tar.bz2 stable-diffusion-webui-gfx803-e72adc999b3531370eafb9d316924ac497feb445.zip |
Restore last generation params
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 d51ee14c..32f10fde 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -14,7 +14,7 @@ titles = { "\u{1f3b2}\ufe0f": "Set seed to -1, which will cause a new random number to be used every time", "\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.", + "\u2199\ufe0f": "Read generation parameters from prompt or last generation if prompt is empty into user interface.", "\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", |