We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f911a0 commit c54afd6Copy full SHA for c54afd6
invokeai/frontend/web/src/services/api/schema.ts
@@ -2062,7 +2062,7 @@ export type components = {
2062
* @description Base model type.
2063
* @enum {string}
2064
*/
2065
- BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3";
+ BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3" | "chatgpt-4o";
2066
/** Batch */
2067
Batch: {
2068
/**
0 commit comments