aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/hints.js
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-14 06:05:06 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-14 06:20:24 +0000
commitfdecb636855748e03efc40c846a0043800aadfcc (patch)
treeaa058f81056a2273cecdf2f344d16822b21f8da4 /javascript/hints.js
parent494afccbc1d7b0aca4ffeb3d8354b09c414d95f4 (diff)
downloadstable-diffusion-webui-gfx803-fdecb636855748e03efc40c846a0043800aadfcc.tar.gz
stable-diffusion-webui-gfx803-fdecb636855748e03efc40c846a0043800aadfcc.tar.bz2
stable-diffusion-webui-gfx803-fdecb636855748e03efc40c846a0043800aadfcc.zip
add an ability to merge three checkpoints
Diffstat (limited to 'javascript/hints.js')
-rw-r--r--javascript/hints.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index 94438c5c..af010a59 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -85,7 +85,10 @@ 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 join 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."
+ "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.",
+
+ "Weighted Sum": "Result = A * (1 - M) + B * M",
+ "Add difference": "Result = A + (B - C) * (1 - M)",
}