chore(ui): typegen

This commit is contained in:
psychedelicious
2025-04-08 08:42:39 +10:00
parent e1538af219
commit 50387c8f64

View File

@@ -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