mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add gpt-image to possible base model types
This commit is contained in:
committed by
Mary Hipp Rogers
parent
2d7f9697bf
commit
04c005284c
@@ -27,6 +27,7 @@ class BaseModelType(str, Enum):
|
||||
Flux = "flux"
|
||||
CogView4 = "cogview4"
|
||||
Imagen3 = "imagen3"
|
||||
GPTImage = "gpt-image"
|
||||
|
||||
|
||||
class ModelType(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user