Skip to content

Commit 69f17da

Browse files
fix(nodes): add WithBoard to public API
1 parent 4d0a492 commit 69f17da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

invokeai/invocation_api/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
OutputField,
2828
UIComponent,
2929
UIType,
30+
WithBoard,
3031
WithMetadata,
3132
WithWorkflow,
3233
)
@@ -105,6 +106,7 @@
105106
"OutputField",
106107
"UIComponent",
107108
"UIType",
109+
"WithBoard",
108110
"WithMetadata",
109111
"WithWorkflow",
110112
# invokeai.app.invocations.latent

0 commit comments

Comments
 (0)