diff options
author | 不会画画的中医不是好程序员 <yfszzx@gmail.com> | 2022-10-14 06:43:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 06:43:44 +0000 |
commit | f7712e28e5d87e90cde36b841ccfda3e549398de (patch) | |
tree | 5a94f123ea44030f4cda5b4609280261f05dd29f /javascript | |
parent | d48f3470c8a86f22dce106e7d3c1803e5ba92085 (diff) | |
parent | fdecb636855748e03efc40c846a0043800aadfcc (diff) | |
download | stable-diffusion-webui-gfx803-f7712e28e5d87e90cde36b841ccfda3e549398de.tar.gz stable-diffusion-webui-gfx803-f7712e28e5d87e90cde36b841ccfda3e549398de.tar.bz2 stable-diffusion-webui-gfx803-f7712e28e5d87e90cde36b841ccfda3e549398de.zip |
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/hints.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index f65e7b88..af010a59 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -83,9 +83,12 @@ titles = { "Do not add watermark to images": "If this option is enabled, watermark will not be added to created images. Warning: if you do not add watermark, you may be behaving in an unethical manner.", "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.", + "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)", } |