diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-22 07:17:26 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-22 07:17:26 +0000 |
commit | 837ec11828a766f6d8109402ed8c856bc16c610a (patch) | |
tree | 914072927c2267fd53af28bcced8a55a30e55cb4 /javascript/hints.js | |
parent | 112416d04171e4bee673f0adc9bd3aeba87ec71a (diff) | |
download | stable-diffusion-webui-gfx803-837ec11828a766f6d8109402ed8c856bc16c610a.tar.gz stable-diffusion-webui-gfx803-837ec11828a766f6d8109402ed8c856bc16c610a.tar.bz2 stable-diffusion-webui-gfx803-837ec11828a766f6d8109402ed8c856bc16c610a.zip |
hint for discarding layers
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 2aec71a9..833543f0 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -108,7 +108,8 @@ titles = { "Upscale by": "Adjusts the size of the image by multiplying the original width and height by the selected value. Ignored if either Resize width to or Resize height to are non-zero.", "Resize width to": "Resizes image to this width. If 0, width is inferred from either of two nearby sliders.", "Resize height to": "Resizes image to this height. If 0, height is inferred from either of two nearby sliders.", - "Multiplier for extra networks": "When adding extra network such as Hypernetwork or Lora to prompt, use this multiplier for it." + "Multiplier for extra networks": "When adding extra network such as Hypernetwork or Lora to prompt, use this multiplier for it.", + "Discard weights with matching name": "Regular expression; if weights's name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights." } |