mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-05 03:32:37 +00:00
alternative solution for infotext issue
This commit is contained in:
@@ -17,8 +17,12 @@ class PostprocessImageArgs:
|
||||
|
||||
|
||||
class PostprocessBatchListArgs:
|
||||
def __init__(self, images):
|
||||
def __init__(self, images, prompts, negative_prompts, seeds, subseeds):
|
||||
self.images = images
|
||||
self.prompts = prompts
|
||||
self.negative_prompts = negative_prompts
|
||||
self.seeds = seeds
|
||||
self.subseeds = subseeds
|
||||
|
||||
|
||||
class Script:
|
||||
|
Reference in New Issue
Block a user