aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_img2img.py
diff options
context:
space:
mode:
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": {},