Skip to content

Commit

Permalink
Kandinsky image mixing quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MMqd committed Jul 23, 2023
1 parent d088096 commit 9760ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kandinsky.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def mix_images(self, p, generation_parameters, b, result_images):
[img1, img2],
[p.img1_strength, p.img2_strength],
#negative_prior_prompt=p.negative_prompt,
num_inference_steps=p.inference_steps,
num_inference_steps=p.prior_inference_steps,
num_images_per_prompt = 1,
#num_images_per_prompt = p.batch_size,
generator=torch.Generator().manual_seed(p.seed + i + b * p.batch_size),
Expand Down

0 comments on commit 9760ac9

Please sign in to comment.