diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-16 07:25:34 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-16 07:25:34 +0000 |
commit | 690d56f3c10e5359e15eeba9c68e56b2eb193ac3 (patch) | |
tree | 450edd9642f0be180d4cfba617fad24b496fc167 /javascript/hints.js | |
parent | 7b052eb70eb2a35ce4f776b1e2ab1389802a41b5 (diff) | |
download | stable-diffusion-webui-gfx803-690d56f3c10e5359e15eeba9c68e56b2eb193ac3.tar.gz stable-diffusion-webui-gfx803-690d56f3c10e5359e15eeba9c68e56b2eb193ac3.tar.bz2 stable-diffusion-webui-gfx803-690d56f3c10e5359e15eeba9c68e56b2eb193ac3.zip |
nuke thumbs extra networks view mode (use settings tab to change width/height/scale to get thumbs)
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 41201b2f..4167cb28 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -108,7 +108,6 @@ var 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.", "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.", "Extra networks tab order": "Comma-separated list of tab names; tabs listed here will appear in the extra networks UI first and in order listed.", "Negative Guidance minimum sigma": "Skip negative prompt for steps where image is already mostly denoised; the higher this value, the more skips there will be; provides increased performance in exchange for minor quality reduction." |