diff options
author | CodeHatchling <steve@codehatch.com> | 2023-11-29 06:31:10 +0000 |
---|---|---|
committer | CodeHatchling <steve@codehatch.com> | 2023-11-29 06:31:10 +0000 |
commit | c7a1ff87207544dd4bcf3aefffa67a4a38678c16 (patch) | |
tree | 49fa710da26562ac4ce7221271d77f44aba50123 /test | |
parent | 284fd8f415ec70e14ae5de0b7f5ce738007a6b7f (diff) | |
download | stable-diffusion-webui-gfx803-c7a1ff87207544dd4bcf3aefffa67a4a38678c16.tar.gz stable-diffusion-webui-gfx803-c7a1ff87207544dd4bcf3aefffa67a4a38678c16.tar.bz2 stable-diffusion-webui-gfx803-c7a1ff87207544dd4bcf3aefffa67a4a38678c16.zip |
Tweaked default values.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_img2img.py | 4 |
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": {}, |