mirror of
https://github.com/vladmandic/automatic
synced 2026-09-04 03:50:44 +02:00
@@ -11,6 +11,9 @@ class PostprocessedImage:
|
||||
self.image = image
|
||||
self.info = info
|
||||
|
||||
def __str__(self):
|
||||
return f'PostprocessedImage(image={self.image} info={self.info})'
|
||||
|
||||
|
||||
class ScriptPostprocessing:
|
||||
filename = None
|
||||
|
||||
Reference in New Issue
Block a user