-
Notifications
You must be signed in to change notification settings - Fork 29
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
[BUG] - SDParameterGenerator doesn't load the seed value from previously generated images #44
Comments
This is not a bug. Since I borrowed the entire seed generator from rgthree, my understanding is that it works by storing the seed in a location that is not part of the workflow. Therefore, to implement this feature technically, I would need to rewrite rgthree’s seed generator (something I don’t believe is worthwhile doing). |
I'd be happy to do that, but are we sure? I perfectly remembered that dragging a previously-generated image into the ComfyUI canvas would load the seed number inside the Given that I changed absolutely nothing in the workflow about the seed in the transition from 6 to 7, and given the behaviour I just described above, I thought something changed in the node itself. I have no idea how this feature is implemented. Is it possible that @rgthree changed something in his custom node suite and that impacted the behavior of your |
It's working now... I just tried again and the seed loads without issues, as usual. I have no idea what's happening :) |
I'm closing this for the time being. |
You're right, I will go over rgthree's code again carefully. His code works perfectly, the problem should be with my modifications. |
Thank you for fixing this! |
Description
If I generate an image with a workflow that includes the
SDParameterGenerator
node (like the AP Workflow or the default ComfyUI workflow in the image below), and I later drag that image into the ComfyUI canvas, or Load it via the floating menu, all generation parameters are correctly loaded except the seed value. That remains to -1.Reproduction steps
SDParameterGenerator
nodeImage file
The text was updated successfully, but these errors were encountered: