stability-sdk icon indicating copy to clipboard operation
stability-sdk copied to clipboard

Unable to generate multiple images in single API call with distinct seeds

Open dubtor opened this issue 2 years ago • 0 comments

I wanted to create multiple images in a single API request. For example. image 1 with seed = 100 image 2 with seed = 200 image 3 with seed = 200

I went to use the samples=3 and seed=[int arrray].

It seemed like the multiple seeds didnt work, but even when i used seed=0 (all random), I get 3 identical images.

How can I get 3 random images from the same request, ideally with specific seeds?

Thank you in advance!

dubtor avatar Aug 07 '23 14:08 dubtor