Skip to content

Commit 4e493ff

Browse files
committed
Update to match upstream litegraph change
1 parent bcc57e2 commit 4e493ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/executionUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const graphToPrompt = async (
135135
if (!link) break
136136

137137
parent = parent.isSubgraphNode()
138-
? parent.getOutputNodeFromSubgraph(link.origin_slot)
138+
? parent.resolveSubgraphOutputLink(link.origin_slot)?.outputNode
139139
: parent.getInputNode(link.target_slot)
140140

141141
if (!parent) break

0 commit comments

Comments
 (0)