Update web content to release v1.3.44 (#5620)

* Update web content to release v1.3.44

* nit
This commit is contained in:
Chenlei Hu
2024-11-15 20:17:15 -05:00
committed by GitHub
parent 5fb59c8475
commit 4ac401af2b
46 changed files with 44010 additions and 32608 deletions

View File

@@ -1,2 +1,4 @@
// 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;