Feature Request - Disable Recursive Execution Method? #2525
poisenbery
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The best suggested solution so far is #931. However, the current state is broken as the latest commits need to be integrated. The developer of this PR seems to be busy at the moment, leading to a slow progress. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a node tree that is >250 nodes. It takes around 90 seconds to generate the image. However, when I start to add additional nodes, ComfyUI will spend ~15 minutes validating the input data before generating anything.
Image of workflow:
Everything is necessary.
I think I found the upper limit of ComfyUI with this workflow, but this is only ~10% of what I was hoping to accomplish.
The node tree actually runs faster when it starts from the very beginning.
is there a way to disable the recursive execute method and just have it run from start to finish every time?
LtDrData made a post about the execution method and I think I managed to finally approach the level where the execution method is causing more issues than good.
Beta Was this translation helpful? Give feedback.
All reactions