Skip to content

Commit fb91f48

Browse files
Mary Hipppsychedelicious
authored andcommitted
change base model for chatGPT 4o
1 parent 69db60a commit fb91f48

File tree

2 files changed

+22176
-20338
lines changed

2 files changed

+22176
-20338
lines changed

invokeai/backend/model_manager/taxonomy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BaseModelType(str, Enum):
2727
Flux = "flux"
2828
CogView4 = "cogview4"
2929
Imagen3 = "imagen3"
30-
GPTImage = "gpt-image"
30+
ChatGPT4o = "chatgpt-4o"
3131

3232

3333
class ModelType(str, Enum):

0 commit comments

Comments
 (0)