chore(ui): typegen

This commit is contained in:
psychedelicious 2023-09-04 10:23:48 +10:00
parent 09803b075d
commit a765f01c08

View File

@ -6804,7 +6804,7 @@ export type components = {
* Seamless Axes
* @description Axes("x" and "y") to which apply seamless
*/
seamless_axes?: string[];
seamless_axes: string[];
};
/** Upscaler */
Upscaler: {
@ -6843,7 +6843,7 @@ export type components = {
* Seamless Axes
* @description Axes("x" and "y") to which apply seamless
*/
seamless_axes?: string[];
seamless_axes: string[];
};
/**
* VAE
@ -7042,12 +7042,6 @@ export type components = {
* @enum {string}
*/
StableDiffusion1ModelFormat: "checkpoint" | "diffusers";
/**
* StableDiffusionOnnxModelFormat
* @description An enumeration.
* @enum {string}
*/
StableDiffusionOnnxModelFormat: "olive" | "onnx";
/**
* ControlNetModelFormat
* @description An enumeration.
@ -7066,6 +7060,12 @@ export type components = {
* @enum {string}
*/
StableDiffusion2ModelFormat: "checkpoint" | "diffusers";
/**
* StableDiffusionOnnxModelFormat
* @description An enumeration.
* @enum {string}
*/
StableDiffusionOnnxModelFormat: "olive" | "onnx";
};
responses: never;
parameters: never;