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

Super simple to fix feature request - increase the number of digits in the seed nr #597

Open
Drexel78 opened this issue Apr 7, 2024 · 3 comments

Comments

@Drexel78
Copy link

Drexel78 commented Apr 7, 2024

Currently only 9 digits are allowed in the seed nr when generating AI images, which is not enough to reproduce most images on Civitai and other homepages with all parameters used. Please change the property of this box from 9 to at least 14 :)

Keep up the good work!

@Drexel78 Drexel78 changed the title Super simple to fix feauture request - increase the number of digits in the seed nr Super simple to fix feature request - increase the number of digits in the seed nr Apr 7, 2024
@Acly
Copy link
Owner

Acly commented Apr 8, 2024

Qt (GUI library) number box allows values up to 2^31, so it's actually not simple to fix!

Even if it was possible to use the seed value I doubt you will reproduce images exactly though, too many things that have an influence and change things quite radically...

@Drexel78
Copy link
Author

Drexel78 commented Apr 8, 2024

Maybe a separate item, but on the topic of things that can result in discrepancies - is it possible to change the seed calc from gpu to cpu? Apparently using the GPU for seed generation is problematic since it is not the same between computers. I guess the seed on CivitAi is cpu based, otherwise its meaningless.

@Acly
Copy link
Owner

Acly commented Apr 8, 2024

The seed you see is always computed on CPU.

There may be an additional seed for randomness introduced by SDE samplers, which is computed on GPU.

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

2 participants