Typo on edit

Edited in fix in Github editor and mistyped from local copy
This commit is contained in:
NouberNou 2024-06-06 16:30:01 -07:00 committed by GitHub
parent 25bbf31f57
commit 53f62674ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ class Processed:
self.all_negative_prompts = all_negative_prompts or p.all_negative_prompts or [self.negative_prompt]
self.all_seeds = all_seeds or p.all_seeds or [self.seed]
self.all_subseeds = all_subseeds or p.all_subseeds or [self.subseed]
self.infotexts = infotexts or [info] * len(image_list)
self.infotexts = infotexts or [info] * len(images_list)
self.version = program_version()
def js(self):