Add Extension tests (#2125)

* Add test for extension hooks
Add afterConfigureGraph callback

* fix comment
This commit is contained in:
pythongosssss
2023-12-01 22:24:20 +00:00
committed by GitHub
parent ec7a00aa96
commit 8491280504
3 changed files with 201 additions and 3 deletions

View File

@@ -1654,6 +1654,7 @@ export class ComfyApp {
if (missingNodeTypes.length) {
this.showMissingNodesError(missingNodeTypes);
}
await this.#invokeExtensionsAsync("afterConfigureGraph", missingNodeTypes);
}
/**