Skip to content

Commit 7a0b157

Browse files
feat(mm): more exports in invocation api
1 parent 563da9e commit 7a0b157

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

invokeai/invocation_api/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@
3737
from invokeai.app.invocations.model import (
3838
CLIPField,
3939
CLIPOutput,
40+
ControlLoRAField,
41+
GlmEncoderField,
42+
LoRAField,
4043
LoRALoaderOutput,
4144
ModelIdentifierField,
4245
ModelLoaderOutput,
4346
SDXLLoRALoaderOutput,
47+
T5EncoderField,
48+
TransformerField,
4449
UNetField,
4550
UNetOutput,
4651
VAEField,
@@ -137,9 +142,14 @@
137142
"MetadataOutput",
138143
# invokeai.app.invocations.model
139144
"ModelIdentifierField",
145+
"LoRAField",
140146
"UNetField",
141147
"CLIPField",
148+
"T5EncoderField",
149+
"GlmEncoderField",
142150
"VAEField",
151+
"ControlLoRAField",
152+
"TransformerField",
143153
"UNetOutput",
144154
"VAEOutput",
145155
"CLIPOutput",

0 commit comments

Comments
 (0)