ComfyUI Node
Image Loader Crawl Batch (CRT)
A ComfyUI node in CRT/Load with 7 inputs and 5 outputs.
Image Loader Crawl Batch (CRT)
- images
- file_names
- file_paths
- batch_count
- total_images
◄folder_path►
◄batch_count1►
◄seed0►
◄megapixels1.00►
◄crawl_subfoldersfalse►
◄remove_extensionfalse►
◄print_indextrue►
CategoryCRT/Load
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | — | |
| batch_count | INT | 11–128 | Number of images to load. Window starts at seed × batch_count and wraps around the folder. |
| seed | INT | 00–18446744073709550000 | Selects the starting image: index = (seed × batch_count) % total_images. |
| megapixels | FLOAT | 1.000.1–16 | Target resolution in megapixels. Each image is resized (lanczos) preserving its aspect ratio. If the batch contains mixed aspect ratios, images are center-cropped to the average AR before batching. |
| crawl_subfolders | BOOLEAN | false | — |
| remove_extension | BOOLEAN | false | — |
| print_index | BOOLEAN | true | Print each selected file index and name to the console. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| file_names | STRING | — |
| file_paths | STRING | — |
| batch_count | INT | — |
| total_images | INT | — |