diff --git a/src/types/comfy.d.ts b/src/types/comfy.d.ts index 061b65644..cbe1a6cd5 100644 --- a/src/types/comfy.d.ts +++ b/src/types/comfy.d.ts @@ -66,7 +66,9 @@ export interface ComfyExtension { beforeRegisterVueAppNodeDefs?(defs: ComfyNodeDef[], app: ComfyApp): void /** - * Allows the extension to register additional nodes with LGraph after standard nodes are added + * Allows the extension to register additional nodes with LGraph after standard nodes are added. + * Custom node classes should extend **LGraphNode**. + * * @param app The ComfyUI app instance */ registerCustomNodes?(app: ComfyApp): Promise