diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-22 08:00:05 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-22 08:00:05 +0000 |
commit | 35419b274614984e2b511a6ad34f37e41481c809 (patch) | |
tree | 122d7bafa01a3141d6a51c6b1abc6efed9123aef /javascript | |
parent | 159f05314d0cf55e3891e4e4510ebfc861fa6da5 (diff) | |
download | stable-diffusion-webui-gfx803-35419b274614984e2b511a6ad34f37e41481c809.tar.gz stable-diffusion-webui-gfx803-35419b274614984e2b511a6ad34f37e41481c809.tar.bz2 stable-diffusion-webui-gfx803-35419b274614984e2b511a6ad34f37e41481c809.zip |
add an option to reorder tabs for extra networks
Diffstat (limited to 'javascript')
-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 833543f0..3cf10e20 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -109,7 +109,8 @@ titles = { "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." + "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." } |