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)
| Name | Type | Required |
|---|---|---|
| instruction | STRING | required |
| model_path | COMBO | required |
| dtype | COMBO | required |
| device_preference | COMBO | required |
| attn_implementation | COMBO | required |
| auto_gpu_layers | BOOLEAN | required |
| n_gpu_layers | INT | required |
| max_new_tokens | INT | required |
| context_size | INT | required |
| use_mmap | BOOLEAN | required |
| use_mlock | BOOLEAN | required |
| n_batch | INT | required |
| n_threads | COMBO | required |
| temperature | FLOAT | required |
| top_p | FLOAT | required |
| allow_primitive_nodes | BOOLEAN | required |
| seed | INT | required |