pick_top
Curate selected ComfyUI output images into a named folder, sync to Mac's Pictures directory, and optionally add a NOTES.md file.
Instructions
Curate selected ComfyUI output images into a named folder on spark and (by default) sync to ~/Pictures// on the Mac. Optionally writes a NOTES.md alongside.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional Markdown text to save as NOTES.md alongside the images | |
| filenames | Yes | Filenames from the ComfyUI output directory to keep | |
| local_dir | No | Override the local Mac destination dir (default ~/Pictures/<folder_name>) | |
| folder_name | Yes | Destination folder name (alphanumeric, dash, underscore only) | |
| sync_to_mac | No | If true (default), scp images to ~/Pictures/<folder_name>/ on the Mac |