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

Seed is drifting #49

Closed
Koneko349 opened this issue Jul 31, 2023 · 2 comments
Closed

Seed is drifting #49

Koneko349 opened this issue Jul 31, 2023 · 2 comments

Comments

@Koneko349
Copy link
Contributor

I have a standard prompt with the following fields

!CKPT_FILE = all
!SEED = 1178461960

I want to use the same seed for all prompts across all models however I am noticing the seed incrementing by 1 with each new model.

if I switch to random mode the seed increments between images when batch or samples is used. Is it possible to get a flag to keep the seed, increment, decrement, or randomize the seed for each generation?

@rbbrdckybk
Copy link
Owner

That sounds like a bug. The seed should only increment after all the models in the queue have finished a loop. Will take a look next time I have a minute.

rbbrdckybk added a commit that referenced this issue Aug 1, 2023
@rbbrdckybk
Copy link
Owner

Fixed in the latest. Specific seeds will now only increment after going through the entire model queue.

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