[Cleanup] Remove ComfyApp.serializeGraph (#3383)

This commit is contained in:
Chenlei Hu
2025-04-10 11:50:27 -04:00
committed by GitHub
parent 261f671ef0
commit 27c8389b9f
3 changed files with 11 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ const toast = useToast()
const workflowStore = useWorkflowStore()
const migrateToLitegraphReroute = () => {
const workflowJSON = app.serializeGraph() as unknown as WorkflowJSON04
const workflowJSON = app.graph.serialize() as unknown as WorkflowJSON04
const migratedWorkflowJSON = migrateLegacyRerouteNodes(workflowJSON)
app.loadGraphData(
migratedWorkflowJSON,