Skip to content

Running nodes in parallel often results in only one output which is shared between the nodes #3373

@dylanholmes

Description

@dylanholmes

For example running two instances of Veo Image-To-Video in parallel has resulted in a single video file on disk, which is then displayed as the output of both nodes.

The theory is that this is a race condition in which both node instances try to write to the same file and only one wins, but they both assume that they had exclusive access to that file.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingengineTopics related to how the engine runs and evaluatesnodes

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions