1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Update frontend to v1.2.47 (#4798)

* Update web content to release v1.2.47

* Update shortcut list
This commit is contained in:
Chenlei Hu
2024-09-05 15:56:01 -07:00
committed by GitHub
parent 5cbaa9e07c
commit fa34efe3bd
48 changed files with 8059 additions and 7304 deletions

2
web/scripts/ui.js vendored
View File

@@ -1,4 +1,4 @@
// Shim for scripts\ui.ts
// Shim for scripts/ui.ts
export const ComfyDialog = window.comfyAPI.ui.ComfyDialog;
export const $el = window.comfyAPI.ui.$el;
export const ComfyUI = window.comfyAPI.ui.ComfyUI;