Removed changes in some scripts since the arguments for soft painting are no longer passed through the same path as "mask_blur".

This commit is contained in:
CodeHatchling
2023-12-06 18:11:17 -07:00
parent e90d4334ad
commit 4608f6236f
5 changed files with 5 additions and 74 deletions

View File

@@ -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": {},