mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 00:58:02 -05:00
chore(ui): typegen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user