-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
I have a long workflow that saves images at each step. The save nodes have a dependency on a filename-generating node.
What I hoped to get:
- each 'save' node executes as soon as its inputs can be fulfilled - especially because they're not showing up in Comfy, this allows the outputs to be inspected mid-process
What actually happens:
- all the 'save' nodes execute together at the end
This is probably arbitrary - when they didn't have the filename dependency, this behaved as I hoped.
Can I do anything to change or influence the execution order? In the web UI I believe this would be defined by node number.