diff options
author | CodeHatchling <steve@codehatch.com> | 2023-11-29 06:03:50 +0000 |
---|---|---|
committer | CodeHatchling <steve@codehatch.com> | 2023-11-29 06:03:50 +0000 |
commit | 284fd8f415ec70e14ae5de0b7f5ce738007a6b7f (patch) | |
tree | 07a301af650ce3925087a49fde29f188a0310cb2 /modules/img2img.py | |
parent | c5c7fa06aae1ae9f8b6d29ae2da3874921d4729b (diff) | |
download | stable-diffusion-webui-gfx803-284fd8f415ec70e14ae5de0b7f5ce738007a6b7f.tar.gz stable-diffusion-webui-gfx803-284fd8f415ec70e14ae5de0b7f5ce738007a6b7f.tar.bz2 stable-diffusion-webui-gfx803-284fd8f415ec70e14ae5de0b7f5ce738007a6b7f.zip |
Tweaked UI sliders and labels.
Diffstat (limited to 'modules/img2img.py')
-rw-r--r-- | modules/img2img.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/img2img.py b/modules/img2img.py index 023808d6..0ae16365 100644 --- a/modules/img2img.py +++ b/modules/img2img.py @@ -239,7 +239,7 @@ def img2img(id_task: str, p.extra_generation_params["Mask blur"] = mask_blur
p.extra_generation_params["Mask blending bias"] = mask_blend_power
p.extra_generation_params["Mask blending preservation"] = mask_blend_scale
- p.extra_generation_params["Mask blending detail boost"] = inpaint_detail_preservation
+ p.extra_generation_params["Mask blending contrast boost"] = inpaint_detail_preservation
with closing(p):
if is_batch:
|