Preparing search index...
The search index is not available
@stable-canvas/comfyui-client - v1.4.1
@stable-canvas/comfyui-client
IWorkflow
Interface IWorkflow
interface
IWorkflow
{
prompt
:
Record
<
string
,
WorkflowPromptNode
>
;
workflow
?:
{
config
:
{}
;
extra
:
{}
;
groups
:
[
]
;
links
:
[
]
;
nodes
:
[
]
;
version
:
0.4
;
}
;
}
Index
Properties
prompt
workflow?
Properties
prompt
prompt
:
Record
<
string
,
WorkflowPromptNode
>
Optional
workflow
workflow
?:
{
config
:
{}
;
extra
:
{}
;
groups
:
[
]
;
links
:
[
]
;
nodes
:
[
]
;
version
:
0.4
;
}
Type declaration
config
:
{}
extra
:
{}
groups
:
[
]
links
:
[
]
nodes
:
[
]
version
:
0.4
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
prompt
workflow
@stable-canvas/comfyui-client - v1.4.1
Loading...