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