remove-background: ben2

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-03 09:08:36 -05:00
parent e40b33d237
commit 7831ee10db
4 changed files with 11 additions and 14 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ from modules import errors, shared
class PostprocessedImage:
def __init__(self, image):
def __init__(self, image, info = {}):
self.image = image
self.info = {}
self.info = info
class ScriptPostprocessing: