1. WorkflowGenerator

WorkflowGenerator

Step 1 - Generates a workflow diagram from natural language instructions. This is the first stage of the pipeline, converting text to a structured plan.

Pack: ComfyUI-WorkflowGenerator

custom_nodes.ComfyUI-WorkflowGenerator

Inputs (17)

NameTypeRequired
instructionSTRINGrequired
model_pathCOMBOrequired
dtypeCOMBOrequired
device_preferenceCOMBOrequired
attn_implementationCOMBOrequired
auto_gpu_layersBOOLEANrequired
n_gpu_layersINTrequired
max_new_tokensINTrequired
context_sizeINTrequired
use_mmapBOOLEANrequired
use_mlockBOOLEANrequired
n_batchINTrequired
n_threadsCOMBOrequired
temperatureFLOATrequired
top_pFLOATrequired
allow_primitive_nodesBOOLEANrequired
seedINTrequired

Outputs (2)

NameType
workflow_edgesSTRING
instructionSTRING
1. WorkflowGenerator | TealPug Node Explorer