save_output
Relocates completed ComfyUI render files out of ComfyUI's restricted output tree into a folder you can access, making finished images, video, or audio available for retrieval, editing, or sharing.
Instructions
Copy a finished render out of ComfyUI's output tree into a folder the caller (e.g. a Claude Desktop / Cowork sandbox) can reach. ComfyUI's save nodes only write inside its own output/ dir and reject absolute paths, so a render must be relocated before it can be presented or edited.
Pass prompt_id (relocates every output FILE of that finished job - images, video, audio) OR an explicit filename (+subfolder/type, as reported in a run's outputs). dest_dir defaults to COMFYUI_MOUNT_DIR; dest_filename renames a single file. Returns {saved_paths, dest_dir}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | output | |
| dest_dir | No | ||
| filename | No | ||
| overwrite | No | ||
| prompt_id | No | ||
| subfolder | No | ||
| dest_filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||