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