From 019e057e29199bd75dd012449a3ea44815c314e4 Mon Sep 17 00:00:00 2001 From: dunkeroni Date: Thu, 22 May 2025 02:28:13 -0400 Subject: [PATCH] chore: typegen --- invokeai/frontend/web/src/services/api/schema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index 785758276e..6635ab924e 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -5573,7 +5573,7 @@ export type components = { }; /** * Create Gradient Mask - * @description Creates mask for denoising model run. + * @description Creates mask for denoising. */ CreateGradientMaskInvocation: { /** @@ -5600,7 +5600,7 @@ export type components = { mask?: components["schemas"]["ImageField"] | null; /** * Edge Radius - * @description How far to blur/expand the edges of the mask + * @description How far to expand the edges of the mask * @default 16 */ edge_radius?: number;