mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
race condition patch
This commit is contained in:
parent
df09b19360
commit
62150c008d
@ -1010,7 +1010,7 @@ export class ComfyApp {
|
||||
const app = this;
|
||||
// Load node definitions from the backend
|
||||
const defs = await api.getNodeDefs();
|
||||
this.registerNodesFromDefs(defs);
|
||||
await this.registerNodesFromDefs(defs);
|
||||
await this.#invokeExtensionsAsync("registerCustomNodes");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user