jags111 / efficiency-nodes-comfyui

A collection of ComfyUI custom nodes.- Awesome smart way to work with nodes!
https://civitai.com/models/32342
GNU General Public License v3.0
634 stars 64 forks source link

The Seed randomize/recycle function on Efficiency KSampler seems to be broken #174

Closed RogueLikely closed 1 week ago

RogueLikely commented 3 weeks ago

The old behavior was that when you clicked randomize, it would set the seed value to -1, which allows for a new random seed to be used every new generation queued.

Now, when clicking randomize it sets the seed to -1 for a split second, before replacing it with a random seed, which will then not change before or after generation, forcing you to manually click randomize to set a new seed. This also makes queuing multiple gens at once impossible with the KSampler alone.

jags111 commented 3 weeks ago

oh it is pending to check same and will advise on the latest change

techzuhaib commented 1 week ago

Yes, I used global seed to fix this issue