[Refactor] Deprecate ComfyApp.progress (#2065)

This commit is contained in:
Chenlei Hu
2024-12-26 15:21:58 -05:00
committed by GitHub
parent c311806249
commit 56a243f958
2 changed files with 11 additions and 5 deletions

View File

@@ -192,6 +192,8 @@ export const useExecutionStore = defineStore('execution', () => {
executingNodeProgress,
bindExecutionEvents,
unbindExecutionEvents,
storePrompt
storePrompt,
// Raw executing progress data for backward compatibility in ComfyApp.
_executingNodeProgress
}
})