mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-26 05:17:55 +00:00
backend updates
This commit is contained in:
committed by
psychedelicious
parent
8bd52ed744
commit
2f35d74902
@ -62,6 +62,7 @@ class UIType(str, Enum, metaclass=MetaEnum):
|
||||
FluxReduxModel = "FluxReduxModelField"
|
||||
LlavaOnevisionModel = "LLaVAModelField"
|
||||
Imagen3Model = "Imagen3ModelField"
|
||||
Imagen4Model = "Imagen4ModelField"
|
||||
ChatGPT4oModel = "ChatGPT4oModelField"
|
||||
# endregion
|
||||
|
||||
|
@ -27,6 +27,7 @@ class BaseModelType(str, Enum):
|
||||
Flux = "flux"
|
||||
CogView4 = "cogview4"
|
||||
Imagen3 = "imagen3"
|
||||
Imagen4 = "imagen4"
|
||||
ChatGPT4o = "chatgpt-4o"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user