comfy_download_batch
Get metadata for multiple output images without downloading them. Includes filename, subfolder, type, and URL, with optional file sizes.
Instructions
Get lightweight metadata for multiple output images.
By default this is a pure metadata lookup - no image bytes cross the
wire. Each entry contains {filename, subfolder, type, url}.
Pass include_size=True to also populate size_bytes, which requires
downloading each image. That path should only be used for short lists.
Args: filenames: List of image filenames to query. subfolder: Optional subfolder within the output directory. include_size: If True, fetch each image to populate size_bytes. Default False - the tool advertised itself as "metadata only" but the pre-1.5.3 implementation downloaded every full body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filenames | Yes | ||
| subfolder | No | ||
| include_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |