comfy_send_to_disk
Move ComfyUI-generated images to local disk using atomic writes and generate a sidecar manifest for metadata tracking.
Instructions
Download an image from ComfyUI and save to local disk atomically with a sidecar manifest.
Args: filename: The image filename in ComfyUI outputs subfolder: Optional subfolder in ComfyUI outputs output_dir: Optional override for output directory (default: COMFY_OUTPUT_DIR env var) prompt_id: Optional prompt_id to enrich the manifest with history metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| prompt_id | No | ||
| subfolder | No | ||
| output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |