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

when seed is '?' ,the output wont change? #106

Open
thefuckingcode opened this issue Nov 10, 2024 · 1 comment
Open

when seed is '?' ,the output wont change? #106

thefuckingcode opened this issue Nov 10, 2024 · 1 comment

Comments

@thefuckingcode
Copy link

when i set the seed is '?',only in the first time ,will generate new picture.after that , all generations are same if i dont change any parameters or nodes?how can i manage to generate different pictures ?

@GitUser4711
Copy link

GitUser4711 commented Nov 21, 2024

I can confirm that. Though "?" is meant to mean "random" and seems to be the only way to set that using this node, it changes during generation (e.g. if you do multiple steps with something like "?,?,?"), but NOT when you restart a flow ;-(

Workaround: Change input, either any value of the node itself, or put one classic (k)sampler node and step before this node (that's what author seems to be doing in his YT video ...)

EDIT: Just continued reading through the other issues and I believe we have a duplicate of this #76, here

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