diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-29 04:49:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 04:49:48 +0000 |
commit | 86e19fe873a2726707b252baa34edd42e02359cd (patch) | |
tree | f126ad00c55a1aee7ad87f8d96d9e1571fc32b4c /javascript/hints.js | |
parent | 1fba573d240b1755af852cd1b5cf1b4b508de95e (diff) | |
parent | b68c7c437eda2840a304539dd2acd0b0894e920c (diff) | |
download | stable-diffusion-webui-gfx803-86e19fe873a2726707b252baa34edd42e02359cd.tar.gz stable-diffusion-webui-gfx803-86e19fe873a2726707b252baa34edd42e02359cd.tar.bz2 stable-diffusion-webui-gfx803-86e19fe873a2726707b252baa34edd42e02359cd.zip |
Merge pull request #3669 from random-thoughtss/master
Added option to use unmasked conditioning image for inpainting model.
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%).", |