Skip to content

Commit c54afd6

Browse files
Mary Hipppsychedelicious
authored andcommitted
typegen
1 parent 4f911a0 commit c54afd6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ export type components = {
20622062
* @description Base model type.
20632063
* @enum {string}
20642064
*/
2065-
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3";
2065+
BaseModelType: "any" | "sd-1" | "sd-2" | "sd-3" | "sdxl" | "sdxl-refiner" | "flux" | "cogview4" | "imagen3" | "chatgpt-4o";
20662066
/** Batch */
20672067
Batch: {
20682068
/**

0 commit comments

Comments
 (0)