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 563da9e commit 7a0b157Copy full SHA for 7a0b157
invokeai/invocation_api/__init__.py
@@ -37,10 +37,15 @@
37
from invokeai.app.invocations.model import (
38
CLIPField,
39
CLIPOutput,
40
+ ControlLoRAField,
41
+ GlmEncoderField,
42
+ LoRAField,
43
LoRALoaderOutput,
44
ModelIdentifierField,
45
ModelLoaderOutput,
46
SDXLLoRALoaderOutput,
47
+ T5EncoderField,
48
+ TransformerField,
49
UNetField,
50
UNetOutput,
51
VAEField,
@@ -137,9 +142,14 @@
137
142
"MetadataOutput",
138
143
# invokeai.app.invocations.model
139
144
"ModelIdentifierField",
145
+ "LoRAField",
140
146
"UNetField",
141
147
"CLIPField",
148
+ "T5EncoderField",
149
+ "GlmEncoderField",
150
"VAEField",
151
+ "ControlLoRAField",
152
+ "TransformerField",
153
"UNetOutput",
154
"VAEOutput",
155
"CLIPOutput",
0 commit comments