aboutsummaryrefslogtreecommitdiff
path: root/test/test_img2img.py
diff options
context:
space:
mode:
authorCodeHatchling <steve@codehatch.com>2023-11-28 16:15:36 -0700
committerCodeHatchling <steve@codehatch.com>2023-11-28 16:15:36 -0700
commitdebf836fcc8d9becc3da8b1a29e33f40b0d9ef3e (patch)
treeebb1ef883d7feab707b874c4e18fa9a1f229e63f /test/test_img2img.py
parenta6e584645305c0a91a3d46f73546e191b249210f (diff)
Added UI elements to control blending parameters.
Diffstat (limited to 'test/test_img2img.py')
-rw-r--r--test/test_img2img.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_img2img.py b/test/test_img2img.py
index 117d2d1e..6289e59e 100644
--- a/test/test_img2img.py
+++ b/test/test_img2img.py
@@ -24,6 +24,9 @@ def simple_img2img_request(img2img_basic_image_base64):
"inpainting_mask_invert": False,
"mask": None,
"mask_blur": 4,
+ "mask_blend_power": 1,
+ "mask_blend_scale": 1,
+ "mask_blend_offset": 0,
"n_iter": 1,
"negative_prompt": "",
"override_settings": {},