From 50387c8f64d083debd6582015ef67aab47d434fc Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 8 Apr 2025 08:42:39 +1000 Subject: [PATCH] chore(ui): typegen --- .../frontend/web/src/services/api/schema.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/invokeai/frontend/web/src/services/api/schema.ts b/invokeai/frontend/web/src/services/api/schema.ts index a1b126c839..33fce616ae 100644 --- a/invokeai/frontend/web/src/services/api/schema.ts +++ b/invokeai/frontend/web/src/services/api/schema.ts @@ -7823,6 +7823,25 @@ export type components = { * @default null */ redux_model?: components["schemas"]["ModelIdentifierField"]; + /** + * Downsampling Factor + * @description Redux Downsampling Factor (1-9) + * @default 1 + */ + downsampling_factor?: number; + /** + * Downsampling Function + * @description Redux Downsampling Function + * @default area + * @enum {string} + */ + downsampling_function?: "nearest" | "bilinear" | "bicubic" | "area" | "nearest-exact"; + /** + * Weight + * @description Redux weight (0.0-1.0) + * @default 1 + */ + weight?: number; /** * type * @default flux_redux