feat: send back event if the graph is loading properly

This commit is contained in:
karrix 2025-02-05 14:41:27 +08:00
parent 649e431227
commit 9512437573

View File

@ -726,6 +726,7 @@ const ext = {
}
console.log("loadGraphData");
app.loadGraphData(comfyUIWorkflow);
sendEventToCD("graph_loaded");
}
} else if (message.type === "deploy") {
// deployWorkflow();