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