mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): typegen
This commit is contained in:
parent
09803b075d
commit
a765f01c08
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user