From fc09a954b5fd2a6e876e6553b21e6d0900d1787d Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:56:28 +1100 Subject: [PATCH] fix(ui): fix node type --- invokeai/frontend/web/src/services/api/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/services/api/types.ts b/invokeai/frontend/web/src/services/api/types.ts index 4d4de90e59..cb848e168e 100644 --- a/invokeai/frontend/web/src/services/api/types.ts +++ b/invokeai/frontend/web/src/services/api/types.ts @@ -151,7 +151,7 @@ export type InfillPatchMatchInvocation = S['InfillPatchMatchInvocation']; export type InfillTileInvocation = S['InfillTileInvocation']; export type CreateDenoiseMaskInvocation = S['CreateDenoiseMaskInvocation']; export type CreateGradientMaskInvocation = S['CreateGradientMaskInvocation']; -export type IAICanvasPasteBackInvocation = S['IAICanvasPasteBackInvocation']; +export type CanvasPasteBackInvocation = S['CanvasPasteBackInvocation']; export type MaskEdgeInvocation = S['MaskEdgeInvocation']; export type RandomIntInvocation = S['RandomIntInvocation']; export type CompelInvocation = S['CompelInvocation'];