Skip to content

Commit

Permalink
Images in Prompt Matrix grid using different seeds. AUTOMATIC1111#208
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Sep 10, 2022
1 parent 26ce47e commit ee8a6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prompt_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def run(self, p, put_at_start):
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)

Expand Down

0 comments on commit ee8a6fa

Please sign in to comment.