From 402cdc7eda7e574698a5f277c8f184354febe61d Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Sun, 18 May 2025 12:50:09 -0400 Subject: [PATCH] update schema --- invokeai/frontend/web/src/services/api/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index d1209e0380..15ecf9f604 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -9234,7 +9234,7 @@ export type components = { * @default full * @enum {string} */ - method?: "full" | "style" | "composition"; + method?: "full" | "style" | "composition" | "style_strong" | "style_precise"; /** * Begin Step Percent * @description When the IP-Adapter is first applied (% of total steps)