Conversation
mickr777
requested review from
JPPhoto,
Pfannkuchensack,
blessedcoolant and
lstein
as code owners
September 19, 2026 11:50
Updated the module description to clarify the transport type.
…ispatch protection
mickr777
force-pushed
the
remote-worker-v7
branch
from
September 21, 2026 03:44
fae8eb1 to
d4ac4cb
Compare
Collaborator
|
This is a big feature that has security implications. It will need a thorough review by multiple people. I am therefore marking it as DO NOT MERGE to avoid accidents! |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR explores optional multi-host rendering for InvokeAI v7. A primary InvokeAI instance can continue rendering locally while compatible workflows are dispatched to additional InvokeAI instances on the local network, without requiring a custom node pack or code changes on the workers.
Implementation
Related Issues / Discussions
I would particularly welcome feedback on whether multi-host rendering belongs in InvokeAI core, whether the queue/runtime integration is appropriate, and whether a different design would better fit the project.
QA Instructions
Manual test environment
Setup and checks
host: 0.0.0.0in there invoke.yaml file to allow network accessallow_private_download_urls: trueto each receiving worker'sinvoke.yaml. This is not needed if automatic model transfer is disabled. Test both a single-file model and a Diffusers directory, transfer-progress notifications, hash verification, and cancellation.Known test limits / considerations
Review
Compatibility / Rollout
Checklist
What's Newcopy (if doing a release after this PR)