mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2025-12-10 06:24:26 +08:00
5 lines
253 B
JavaScript
Vendored
5 lines
253 B
JavaScript
Vendored
// Shim for scripts/defaultGraph.ts
|
|
export const defaultGraph = window.comfyAPI.defaultGraph.defaultGraph;
|
|
export const defaultGraphJSON = window.comfyAPI.defaultGraph.defaultGraphJSON;
|
|
export const blankGraph = window.comfyAPI.defaultGraph.blankGraph;
|