diff options
author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-05-23 02:58:57 +0000 |
---|---|---|
committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-05-23 02:58:57 +0000 |
commit | 1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe (patch) | |
tree | bef288bb9d27f2c524f97018e0f891ea90620517 /javascript | |
parent | ec1608308c74d0215945fda0d18e82a2c3aaa791 (diff) | |
download | stable-diffusion-webui-gfx803-1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe.tar.gz stable-diffusion-webui-gfx803-1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe.tar.bz2 stable-diffusion-webui-gfx803-1846ad36a3bd2a60bc9dc59a60e16d3ca7a559fe.zip |
Use settings instead of main interface
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/hints.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 9583c7dc..46f342cb 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -113,12 +113,7 @@ var titles = { "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.", - "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.", - - "Custom KDiffusion Scheduler": "Custom noise scheduler to use for KDiffusion. See https://arxiv.org/abs/2206.00364", - "sigma min": "the minimum noise strength for the scheduler. Set to 0 to use the same value which 'xxx karras' samplers use.", - "sigma max": "the maximum noise strength for the scheduler. Set to 0 to use the same value which 'xxx karras' samplers use.", - "rho": "higher will make a more steep noise scheduler (decrease faster). default for karras is 7.0, for polyexponential is 1.0" + "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." }; function updateTooltipForSpan(span) { |