Commit ee8a6fa8 authored by AUTOMATIC's avatar AUTOMATIC

Images in Prompt Matrix grid using different seeds. #208

parent 26ce47eb
......@@ -73,6 +73,7 @@ class Script(scripts.Script):
print(f"Prompt matrix will create {len(all_prompts)} images using a total of {p.n_iter} batches.")
p.prompt = all_prompts
p.seed = [p.seed for _ in all_prompts]
p.prompt_for_display = original_prompt
processed = process_images(p)
......
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