diff options
author | CodeHatchling <steve@codehatch.com> | 2023-12-07 01:11:17 +0000 |
---|---|---|
committer | CodeHatchling <steve@codehatch.com> | 2023-12-07 01:11:17 +0000 |
commit | 4608f6236fc24d937f89500b2c9bf48484537cf9 (patch) | |
tree | 047d7c9958a9079aa647626b7ac07a02434c29c0 /test | |
parent | e90d4334ad37024a802f4ef27069b625a6508f72 (diff) | |
download | stable-diffusion-webui-gfx803-4608f6236fc24d937f89500b2c9bf48484537cf9.tar.gz stable-diffusion-webui-gfx803-4608f6236fc24d937f89500b2c9bf48484537cf9.tar.bz2 stable-diffusion-webui-gfx803-4608f6236fc24d937f89500b2c9bf48484537cf9.zip |
Removed changes in some scripts since the arguments for soft painting are no longer passed through the same path as "mask_blur".
Diffstat (limited to 'test')
-rw-r--r-- | test/test_img2img.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_img2img.py b/test/test_img2img.py index 87bd8509..117d2d1e 100644 --- a/test/test_img2img.py +++ b/test/test_img2img.py @@ -1,7 +1,6 @@ import pytest import requests -import modules.soft_inpainting as si @pytest.fixture() @@ -25,10 +24,6 @@ def simple_img2img_request(img2img_basic_image_base64): "inpainting_mask_invert": False, "mask": None, "mask_blur": 4, - "mask_blend_enabled": True, - "mask_blend_power": si.default.mask_blend_power, - "mask_blend_scale": si.default.mask_blend_scale, - "inpaint_detail_preservation": si.default.inpaint_detail_preservation, "n_iter": 1, "negative_prompt": "", "override_settings": {}, |