aboutsummaryrefslogtreecommitdiffstats
path: root/javascript
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-21 21:02:41 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-21 21:02:52 +0000
commitfe7a623e6b7e04bab2cfc96e8fd6cf49b48daee1 (patch)
tree24d34a5ac4048a4e9911d56dfcc414ff264ffc47 /javascript
parent78f59a4e014d090bce7df3b218bfbcd7f11e0894 (diff)
downloadstable-diffusion-webui-gfx803-fe7a623e6b7e04bab2cfc96e8fd6cf49b48daee1.tar.gz
stable-diffusion-webui-gfx803-fe7a623e6b7e04bab2cfc96e8fd6cf49b48daee1.tar.bz2
stable-diffusion-webui-gfx803-fe7a623e6b7e04bab2cfc96e8fd6cf49b48daee1.zip
add a slider for default value of added extra networks
Diffstat (limited to 'javascript')
-rw-r--r--javascript/hints.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/javascript/hints.js b/javascript/hints.js
index ef410fba..2aec71a9 100644
--- a/javascript/hints.js
+++ b/javascript/hints.js
@@ -107,7 +107,8 @@ titles = {
"Hires steps": "Number of sampling steps for upscaled picture. If 0, uses same as for original.",
"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."
+ "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."
}