Skip to content

Node order control? #101

@robpridham

Description

@robpridham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions