comfyui_workflow
Manage ComfyUI workflow templates: import from files, modify node parameters, adjust settings, and organize your local AI image generation pipeline.
Instructions
Manage ComfyUI workflow templates: list, view parameters, import from file, modify settings, or delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform on ComfyUI workflows | |
| name | No | Workflow name. Required for view/modify/delete. For import, used as the save name (defaults to filename). | |
| filePath | No | Path to a ComfyUI API-format workflow JSON file (for import action). | |
| nodeId | No | Node ID to modify (for modify action). Use "view" action first to see available node IDs. | |
| input | No | Input field name to modify (for modify action). E.g. "steps", "cfg", "sampler_name", "ckpt_name". | |
| value | No | New value as JSON (for modify action). Examples: "30", "\"euler\"", "7.5", "true". |