aboutsummaryrefslogtreecommitdiff
path: root/test/test_img2img.py
diff options
context:
space:
mode:
authorCodeHatchling <steve@codehatch.com>2023-11-28 22:35:07 -0700
committerCodeHatchling <steve@codehatch.com>2023-11-28 22:35:07 -0700
commitc5c7fa06aae1ae9f8b6d29ae2da3874921d4729b (patch)
tree27a4fff92fcd4c979601a465cd20f279d3a09f50 /test/test_img2img.py
parentdebf836fcc8d9becc3da8b1a29e33f40b0d9ef3e (diff)
Added slider for detail preservation strength, removed largely needless offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
Diffstat (limited to 'test/test_img2img.py')
-rw-r--r--test/test_img2img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_img2img.py b/test/test_img2img.py
index 6289e59e..88b06eb8 100644
--- a/test/test_img2img.py
+++ b/test/test_img2img.py
@@ -26,7 +26,7 @@ def simple_img2img_request(img2img_basic_image_base64):
"mask_blur": 4,
"mask_blend_power": 1,
"mask_blend_scale": 1,
- "mask_blend_offset": 0,
+ "inpaint_detail_preservation": 16,
"n_iter": 1,
"negative_prompt": "",
"override_settings": {},