Open yaosheng216 opened 8 hours ago
If you are developing an API-based program, modifications to the random_seed
should be handled within your program. In ComfyUI, randomization of the seed is also performed on the front end rather than the backend.
Expected Behavior
Hi, author. First, thanks for your work. I met a question during of development custom node. Below is my code, second time to execute workflow(update other node, this node value don't modify), why not got random_seed value of this node(this node of other values can got).
Wish your can answer my question. Thank you!
Actual Behavior
second time to execute workflow(update other node, this node value don't modify), why not got random_seed value of this node(this node of other values can got)
Steps to Reproduce
second time to execute workflow(update other node, this node value don't modify), why not got random_seed value of this node(this node of other values can got)
Debug Logs
Other
No response