mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
remove-background: ben2
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user