aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCodeHatchling <steve@codehatch.com>2023-11-28 23:31:10 -0700
committerCodeHatchling <steve@codehatch.com>2023-11-28 23:31:10 -0700
commitc7a1ff87207544dd4bcf3aefffa67a4a38678c16 (patch)
tree49fa710da26562ac4ce7221271d77f44aba50123 /test
parent284fd8f415ec70e14ae5de0b7f5ce738007a6b7f (diff)
Tweaked default values.
Diffstat (limited to 'test')
-rw-r--r--test/test_img2img.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_img2img.py b/test/test_img2img.py
index 88b06eb8..5cda2dba 100644
--- a/test/test_img2img.py
+++ b/test/test_img2img.py
@@ -25,8 +25,8 @@ def simple_img2img_request(img2img_basic_image_base64):
"mask": None,
"mask_blur": 4,
"mask_blend_power": 1,
- "mask_blend_scale": 1,
- "inpaint_detail_preservation": 16,
+ "mask_blend_scale": 0.5,
+ "inpaint_detail_preservation": 4,
"n_iter": 1,
"negative_prompt": "",
"override_settings": {},