mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
Fix prompt matrix script
This commit is contained in:
committed by
AUTOMATIC1111
parent
89f4bb3ca1
commit
fbdec2ef20
@@ -51,6 +51,7 @@ class Script(scripts.Script):
|
||||
|
||||
def run(self, p, put_at_start):
|
||||
modules.processing.fix_seed(p)
|
||||
seed = p.seed
|
||||
|
||||
original_prompt = p.prompt[0] if type(p.prompt) == list else p.prompt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user