We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d3b8d commit 1e85184Copy full SHA for 1e85184
invokeai/app/invocations/fields.py
@@ -61,6 +61,8 @@ class UIType(str, Enum, metaclass=MetaEnum):
61
SigLipModel = "SigLipModelField"
62
FluxReduxModel = "FluxReduxModelField"
63
LlavaOnevisionModel = "LLaVAModelField"
64
+ Imagen3Model = "Imagen3ModelField"
65
+ ChatGPT4oModel = "ChatGPT4oModelField"
66
# endregion
67
68
# region Misc Field Types
0 commit comments