Commit 53f62674 authored by NouberNou's avatar NouberNou Committed by GitHub

Typo on edit

Edited in fix in Github editor and mistyped from local copy
parent 25bbf31f
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment