Skip to content

Add support for partial execution in backend #9123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025

Conversation

guill
Copy link
Collaborator

@guill guill commented Jul 31, 2025

When a prompt is submitted, it can optionally include partial_execution_targets as a list of ids. If it does, rather than adding all outputs to the execution list, we add only those in the provided list.

This is intended to replace the current frontend implementation that has issues in a bunch of use-cases. See Comfy-Org/ComfyUI_frontend#4581 for one such bug.

When a prompt is submitted, it can optionally include
`partial_execution_targets` as a list of ids. If it does, rather than
adding all outputs to the execution list, we add only those in the list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants