From 2b1cffde5e6e0a73fc033a731c5712f2f7bf804d Mon Sep 17 00:00:00 2001 From: Jonathan <34005131+JPPhoto@users.noreply.github.com> Date: Sun, 29 Jun 2025 05:06:43 -0500 Subject: [PATCH] typegen --- invokeai/frontend/web/src/services/api/schema.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index 2c8d256a7c..549d360616 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -7725,16 +7725,6 @@ export type components = { * @description Run denoising process with a FLUX transformer model. */ FluxDenoiseInvocation: { - /** - * @description The board to save the image to - * @default null - */ - board?: components["schemas"]["BoardField"] | null; - /** - * @description Optional metadata to be saved with the image - * @default null - */ - metadata?: components["schemas"]["MetadataField"] | null; /** * Id * @description The id of this instance of an invocation. Must be unique among all instances of invocations. @@ -7897,11 +7887,6 @@ export type components = { * @description Run denoising process with a FLUX transformer model + metadata. */ FluxDenoiseLatentsMetaInvocation: { - /** - * @description The board to save the image to - * @default null - */ - board?: components["schemas"]["BoardField"] | null; /** * @description Optional metadata to be saved with the image * @default null