mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(nodes): add WithBoard to public API
This commit is contained in:
parent
4d0a49298c
commit
69f17da1a2
@ -27,6 +27,7 @@ from invokeai.app.invocations.fields import (
|
|||||||
OutputField,
|
OutputField,
|
||||||
UIComponent,
|
UIComponent,
|
||||||
UIType,
|
UIType,
|
||||||
|
WithBoard,
|
||||||
WithMetadata,
|
WithMetadata,
|
||||||
WithWorkflow,
|
WithWorkflow,
|
||||||
)
|
)
|
||||||
@ -105,6 +106,7 @@ __all__ = [
|
|||||||
"OutputField",
|
"OutputField",
|
||||||
"UIComponent",
|
"UIComponent",
|
||||||
"UIType",
|
"UIType",
|
||||||
|
"WithBoard",
|
||||||
"WithMetadata",
|
"WithMetadata",
|
||||||
"WithWorkflow",
|
"WithWorkflow",
|
||||||
# invokeai.app.invocations.latent
|
# invokeai.app.invocations.latent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user