Is it possible to utilise Node Expansion when returning objects from nodes? #5587
Unanswered
jonathansandman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I am utilizing Node Expansion (docs). This is a really powerful feature that allows my custom node to return a subgraph of nodes on the fly, taking advantage of the built-in caching functionality in ComfyUI.
However, when returning values from the node:
If I log the returned value from the node, outputs directly in the tuple appear to be correctly expanded, but those in the object are still the raw links, e.g.:
where I would expect:
I was hoping that I might be able to utilize Node Expansion and then combine outputs into single object to easily "pipe" it to another node. Is there any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions