UNPKG
@sheriff1980/n8n-nodes-comfyuirunner
Version:
latest (0.1.0)
0.1.0
An n8n node to run ComfyUI workflows
github.com/Sheriff1980/ComfyUiRunner
Sheriff1980/ComfyUiRunner
@sheriff1980/n8n-nodes-comfyuirunner
/
dist
/
nodes
/
ComfyUiRunner
/
ComfyUiRunner.node.d.ts
6 lines
(5 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IExecuteFunctions
,
INodeExecutionData
,
INodeType
,
INodeTypeDescription
}
from
'n8n-workflow'
;
export
declare
class
ComfyUiRunner
implements
INodeType
{
description
:
INodeTypeDescription
;
execute
(
this
:
IExecuteFunctions
):
Promise
<
INodeExecutionData
[][]>; }