Skip to content

Commit 1e85184

Browse files
psychedeliciousmaryhipp
authored andcommitted
feat(nodes): add imagen3/chatgpt-4o field types
1 parent 11d3b8d commit 1e85184

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

invokeai/app/invocations/fields.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class UIType(str, Enum, metaclass=MetaEnum):
6161
SigLipModel = "SigLipModelField"
6262
FluxReduxModel = "FluxReduxModelField"
6363
LlavaOnevisionModel = "LLaVAModelField"
64+
Imagen3Model = "Imagen3ModelField"
65+
ChatGPT4oModel = "ChatGPT4oModelField"
6466
# endregion
6567

6668
# region Misc Field Types

0 commit comments

Comments
 (0)