Update to match upstream litegraph change

This commit is contained in:
filtered
2025-06-20 14:10:32 -07:00
parent 27d33c24de
commit b8740c6ac3

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