This commit is contained in:
space-nuko
2023-04-07 01:05:02 -05:00
parent b754243d27
commit 1ad77f49ef
8 changed files with 131 additions and 64 deletions

View File

@@ -32,6 +32,7 @@ export default class ComfyApp {
constructor() {
this.api = new ComfyAPI();
this.eventBus.
}
async setup(): Promise<void> {