mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-05 15:40:10 +00:00
Update to match upstream litegraph change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user