Skip to content

Commit

Permalink
fix(nodes): add WithBoard to public API
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Apr 6, 2024
1 parent 4d0a492 commit a11e5a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions invokeai/invocation_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
OutputField,
UIComponent,
UIType,
WithBoard,
WithMetadata,
WithWorkflow,
)
Expand Down Expand Up @@ -105,6 +106,7 @@
"OutputField",
"UIComponent",
"UIType",
"WithBoard",
"WithMetadata",
"WithWorkflow",
# invokeai.app.invocations.latent
Expand Down

0 comments on commit a11e5a9

Please sign in to comment.