Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dubtor opened this issue Aug 7, 2023 · 0 comments
Open

Comments

@dubtor
Copy link

dubtor commented Aug 7, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant