ComfyUI Node
Simple File Batcher
A ComfyUI node in utils with 4 inputs and 2 outputs.
Simple File Batcher
- file_list
- file_path_list
◄folder_path►
◄file_filter▾►
◄sort_by▾►
◄file_extension►
Categoryutils
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | — | |
| file_filter | COMBO | 4 options: all, images, videos, text | |
| sort_by | COMBO | 6 options: name_asc, name_desc, date_asc, date_desc, size_asc, size_desc | |
| file_extensionopt | STRING | Comma-separated extensions (e.g., .png,.jpg). Leave empty to use file_filter |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| file_list | STRING | — |
| file_path_list | STRING | — |