save_output
Relocate finished renders from ComfyUI's internal output directory to a folder accessible by the caller, solving the limitation of save nodes that cannot write to external paths.
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 relocation step is needed before an image can be presented or edited.
Provide prompt_id (relocates every output image of that finished job) OR an explicit filename (+subfolder/type, as reported in a run's outputs). dest_dir defaults to the configured COMFYUI_MOUNT_DIR. dest_filename renames a single saved image. 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 | |||