1
0
Fork 0

wrong check. don't code while sleepy.

This commit is contained in:
HoopyFreud 2023-07-10 02:33:13 -04:00
parent e37a7fe92f
commit 2b4f640711
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ def run_inpaint_pipeline(
adj_mask_size,
adj_mask_border,
)
if True and adj_mask_size <= tile_size:
if border_integrity and adj_mask_size <= tile_size:
full_res_inpaint = True
original_source = source
source = source.crop(adj_mask_border)