File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
invokeai/frontend/web/src/services/api Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2467,7 +2467,7 @@ export type components = {
2467
2467
* @description Base model type.
2468
2468
* @enum {string}
2469
2469
*/
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" ;
2471
2471
/** Batch */
2472
2472
Batch: {
2473
2473
/**
@@ -21969,10 +21969,10 @@ export type components = {
21969
21969
format: "unknown";
21970
21970
/**
21971
21971
* Base
21972
- * @default any
21972
+ * @default unknown
21973
21973
* @constant
21974
21974
*/
21975
- base: "any ";
21975
+ base: "unknown ";
21976
21976
/**
21977
21977
* Source
21978
21978
* @description The original source of the model (path, URL or repo_id).
You can’t perform that action at this time.
0 commit comments