diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 12:57:09 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-04-29 12:57:09 +0000 |
commit | 1d11e896984c883f6a0debb3abaef945595cbc70 (patch) | |
tree | 0b5e074a7d200f6217c11bf7387b7183a91c8ee2 /javascript/hints.js | |
parent | 3591eefedfc1f4dc324710b3d8e532cf73572852 (diff) | |
download | stable-diffusion-webui-gfx803-1d11e896984c883f6a0debb3abaef945595cbc70.tar.gz stable-diffusion-webui-gfx803-1d11e896984c883f6a0debb3abaef945595cbc70.tar.bz2 stable-diffusion-webui-gfx803-1d11e896984c883f6a0debb3abaef945595cbc70.zip |
rework Negative Guidance minimum sigma to work with AND, add infotext and copypaste parameters support
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 c6bae360..44d418da 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -111,7 +111,8 @@ titles = { "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 lsited." + "Extra networks tab order": "Comma-separated list of tab names; tabs listed here will appear in the extra networks UI first and in order lsited.", + "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." } |