diff options
author | evshiron <evshiron@gmail.com> | 2022-10-29 19:45:29 +0000 |
---|---|---|
committer | evshiron <evshiron@gmail.com> | 2022-10-29 19:45:29 +0000 |
commit | 6b719c49b193a7dfeb64aacfdc8437037e07a2d1 (patch) | |
tree | 2ec883e44f3f959688ba65a4c5f194470bc7d467 /javascript/hints.js | |
parent | fddb4883f4a408b3464076465e1b0949ebe0fc30 (diff) | |
parent | 35c45df28b303a05d56a13cb56d4046f08cf8c25 (diff) | |
download | stable-diffusion-webui-gfx803-6b719c49b193a7dfeb64aacfdc8437037e07a2d1.tar.gz stable-diffusion-webui-gfx803-6b719c49b193a7dfeb64aacfdc8437037e07a2d1.tar.bz2 stable-diffusion-webui-gfx803-6b719c49b193a7dfeb64aacfdc8437037e07a2d1.zip |
Merge branch 'master' into feat/progress-api
Diffstat (limited to 'javascript/hints.js')
-rw-r--r-- | javascript/hints.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/hints.js b/javascript/hints.js index 6ddd6aec..623bc25c 100644 --- a/javascript/hints.js +++ b/javascript/hints.js @@ -75,6 +75,7 @@ titles = { "Create style": "Save current prompts as a style. If you add the token {prompt} to the text, the style use that as placeholder for your prompt when you use the style in the future.", "Checkpoint name": "Loads weights from checkpoint before making images. You can either use hash or a part of filename (as seen in settings) for checkpoint name. Recommended to use with Y axis for less switching.", + "Inpainting conditioning mask strength": "Only applies to inpainting models. Determines how strongly to mask off the original image for inpainting and img2img. 1.0 means fully masked, which is the default behaviour. 0.0 means a fully unmasked conditioning. Lower values will help preserve the overall composition of the image, but will struggle with large changes.", "vram": "Torch active: Peak amount of VRAM used by Torch during generation, excluding cached data.\nTorch reserved: Peak amount of VRAM allocated by Torch, including all active and cached data.\nSys VRAM: Peak amount of VRAM allocation across all applications / total GPU VRAM (peak utilization%).", |