aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
diff options
context:
space:
mode:
authorCodeHatchling <steve@codehatch.com>2023-11-28 23:15:36 +0000
committerCodeHatchling <steve@codehatch.com>2023-11-28 23:15:36 +0000
commitdebf836fcc8d9becc3da8b1a29e33f40b0d9ef3e (patch)
treeebb1ef883d7feab707b874c4e18fa9a1f229e63f /modules/processing.py
parenta6e584645305c0a91a3d46f73546e191b249210f (diff)
downloadstable-diffusion-webui-gfx803-debf836fcc8d9becc3da8b1a29e33f40b0d9ef3e.tar.gz
stable-diffusion-webui-gfx803-debf836fcc8d9becc3da8b1a29e33f40b0d9ef3e.tar.bz2
stable-diffusion-webui-gfx803-debf836fcc8d9becc3da8b1a29e33f40b0d9ef3e.zip
Added UI elements to control blending parameters.
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 12e08e87..da4d6fda 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -1349,6 +1349,9 @@ class StableDiffusionProcessingImg2Img(StableDiffusionProcessing):
mask_blur_x: int = 4
mask_blur_y: int = 4
mask_blur: int = None
+ mask_blend_power: float = 1
+ mask_blend_scale: float = 1
+ mask_blend_offset: float = 0
inpainting_fill: int = 0
inpaint_full_res: bool = True
inpaint_full_res_padding: int = 0