Skip to content

Commit a87fcfd

Browse files
chore(ui): typegen
1 parent 7f9022e commit a87fcfd

File tree

1 file changed

+3
-3
lines changed
  • invokeai/frontend/web/src/services/api

1 file changed

+3
-3
lines changed

invokeai/frontend/web/src/services/api/schema.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ export type components = {
24672467
* @description Base model type.
24682468
* @enum {string}
24692469
*/
2470-
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3" | "imagen4" | "gemini-2.5" | "chatgpt-4o" | "flux-kontext" | "veo3" | "runway";
2470+
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3" | "imagen4" | "gemini-2.5" | "chatgpt-4o" | "flux-kontext" | "veo3" | "runway" | "unknown";
24712471
/** Batch */
24722472
Batch: {
24732473
/**
@@ -21969,10 +21969,10 @@ export type components = {
2196921969
format: "unknown";
2197021970
/**
2197121971
* Base
21972-
* @default any
21972+
* @default unknown
2197321973
* @constant
2197421974
*/
21975-
base: "any";
21975+
base: "unknown";
2197621976
/**
2197721977
* Source
2197821978
* @description The original source of the model (path, URL or repo_id).

0 commit comments

Comments
 (0)