We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: