aboutsummaryrefslogtreecommitdiff
path: root/javascript/hints.js
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-14 11:51:26 +0800
committeryfszzx <yfszzx@gmail.com>2022-10-14 11:51:26 +0800
commitd48f3470c8a86f22dce106e7d3c1803e5ba92085 (patch)
tree2526ceaffa0177b40cecc30854f66a524cf6ac71 /javascript/hints.js
parent4a37c7eedeab579efec03e8dae3f3f9fd4a37b02 (diff)
parent7c8903367c350e7e3ba8f90679890566446f36b2 (diff)
Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index d51ee14c..f65e7b88 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",
@@ -84,6 +84,8 @@ titles = {
"Filename word regex": "This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.",
"Filename join string": "This string will be used to hoin split words into a single line if the option above is enabled.",
+
+ "Quicksettings list": "List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply."
}