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,3 +1,2 @@
// Shim for scripts/changeTracker.ts
export const ChangeTracker = window.comfyAPI.changeTracker.ChangeTracker;
export const globalTracker = window.comfyAPI.changeTracker.globalTracker;

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;

View File

@@ -1,2 +0,0 @@
// Shim for scripts/domWidget.ts
export const addDomClippingSetting = window.comfyAPI.domWidget.addDomClippingSetting;

View File

@@ -1,3 +0,0 @@
// Shim for scripts/workflows.ts
export const ComfyWorkflowManager = window.comfyAPI.workflows.ComfyWorkflowManager;
export const ComfyWorkflow = window.comfyAPI.workflows.ComfyWorkflow;