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

The seed that is displayed in the node is not the seed that is being used #116

Open
ClayShoaf opened this issue Jan 12, 2025 · 0 comments
Open

Comments

@ClayShoaf
Copy link

It looks like set_seed is being called out of order. When the seed is set to randomize, the node will use the previous seed (before randomization) and then will update the displayed seed in the node on the UI.

The issue with this is that it makes it very difficult to find a seed that you would like to keep using as it will have been replaced after it is used.

To reproduce:

  • run generation with randomized seed
  • set seed to "fixed"
  • run generation again

You will see that the generation is running again, rather than bypassing the node.

I hope this makes sense. It is very early in the morning and I am just waking up.

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