aboutsummaryrefslogtreecommitdiffstats
path: root/modules/img2img.py
diff options
context:
space:
mode:
authorCodeHatchling <steve@codehatch.com>2023-11-29 06:03:50 +0000
committerCodeHatchling <steve@codehatch.com>2023-11-29 06:03:50 +0000
commit284fd8f415ec70e14ae5de0b7f5ce738007a6b7f (patch)
tree07a301af650ce3925087a49fde29f188a0310cb2 /modules/img2img.py
parentc5c7fa06aae1ae9f8b6d29ae2da3874921d4729b (diff)
downloadstable-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.py2
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: