aboutsummaryrefslogtreecommitdiff
path: root/javascript/hints.js
diff options
context:
space:
mode:
author不会画画的中医不是好程序员 <yfszzx@gmail.com>2022-10-14 07:35:07 +0800
committerGitHub <noreply@github.com>2022-10-14 07:35:07 +0800
commit7c8903367c350e7e3ba8f90679890566446f36b2 (patch)
treea949c12c2a93c4e20aff30adf4412a450f6b2b8e /javascript/hints.js
parenta1489f94283c07824a7a58353c03dc89541bbe49 (diff)
parent08b3f7aef15f74f4d2254b1274dd66fcc7940348 (diff)
Merge branch 'AUTOMATIC1111:master' into master
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."
}