mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 05:48:42 +02:00
Submodule extensions-builtin/sdnext-modernui updated: 207579b26b...5450b27022
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user