diff options
-rw-r--r-- | scripts/prompt_matrix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prompt_matrix.py b/scripts/prompt_matrix.py index f8da0fdd..82096b0d 100644 --- a/scripts/prompt_matrix.py +++ b/scripts/prompt_matrix.py @@ -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)
|