Skip to content

Commit 04c0052

Browse files
Mary Hippmaryhipp
authored andcommitted
add gpt-image to possible base model types
1 parent 2d7f969 commit 04c0052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/backend/model_manager/taxonomy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class BaseModelType(str, Enum):
2727
Flux = "flux"
2828
CogView4 = "cogview4"
2929
Imagen3 = "imagen3"
30+
GPTImage = "gpt-image"
3031

3132

3233
class ModelType(str, Enum):

0 commit comments

Comments
 (0)