2024-09-06 06:56:01 +08:00
|
|
|
// Shim for scripts/defaultGraph.ts
|
2024-08-16 04:50:25 +08:00
|
|
|
export const defaultGraph = window.comfyAPI.defaultGraph.defaultGraph;
|
2024-11-16 09:17:15 +08:00
|
|
|
export const defaultGraphJSON = window.comfyAPI.defaultGraph.defaultGraphJSON;
|
|
|
|
export const blankGraph = window.comfyAPI.defaultGraph.blankGraph;
|