Update to match upstream litegraph change

This commit is contained in:
filtered
2025-06-20 14:10:32 -07:00
parent bcc57e20b0
commit 4e493ff4f8

View File

@@ -135,7 +135,7 @@ export const graphToPrompt = async (
if (!link) break
parent = parent.isSubgraphNode()
? parent.getOutputNodeFromSubgraph(link.origin_slot)
? parent.resolveSubgraphOutputLink(link.origin_slot)?.outputNode
: parent.getInputNode(link.target_slot)
if (!parent) break