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