Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-05-01 16:34:38 +02:00
parent 450bf977e8
commit c855a5146a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -406,7 +406,6 @@ def run_mask(input_image: Image.Image, input_mask: Image.Image | None = None, re
try:
size = min(input_image.width, input_image.height)
except Exception as e:
log.error(f'Mask input image error: {e}')
return input_mask
if invert is not None:
opts.invert = invert