save_workflow
Save a workflow JSON (API or UI format) to the ComfyUI user library, making it appear in the web UI.
Instructions
Save a workflow to the ComfyUI user library so it appears in the web UI. Accepts either API format or UI format JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename to save as (e.g. 'my_workflow.json'). Will overwrite if it already exists. | |
| workflow | Yes | Workflow JSON to save (API or UI format) |