mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-22 15:54:09 +00:00
Fix subgraph conversion of primitives (#6606)
 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6606-Fix-subgraph-conversion-of-primitives-2a36d73d3650818e9e74dd383a7f9007) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -1566,6 +1566,8 @@ export class LGraph
|
||||
|
||||
const subgraph = this.createSubgraph(data)
|
||||
subgraph.configure(data)
|
||||
for (const node of subgraph.nodes) node.onGraphConfigured?.()
|
||||
for (const node of subgraph.nodes) node.onAfterGraphConfigured?.()
|
||||
|
||||
// Position the subgraph input nodes
|
||||
subgraph.inputNode.arrange()
|
||||
|
||||
Reference in New Issue
Block a user