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
|
||||
* @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;
|
||||
|
Loading…
Reference in New Issue
Block a user