my-comfyui-workflow / web /scripts /defaultGraph.js
Nef Caballero
init commit
753dcdd
raw
history blame contribute delete
253 Bytes
// 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;