Add Extension tests (#2125)
* Add test for extension hooks Add afterConfigureGraph callback * fix comment
This commit is contained in:
@@ -1654,6 +1654,7 @@ export class ComfyApp {
|
||||
if (missingNodeTypes.length) {
|
||||
this.showMissingNodesError(missingNodeTypes);
|
||||
}
|
||||
await this.#invokeExtensionsAsync("afterConfigureGraph", missingNodeTypes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user