ComfyUI Node
🖼️ AGSoft Load Images From Dir
Load images from directory one by one. Preserves original size and alpha channel. Загружает изображения из папки по одному. Сохраняет размер и альфа-канал.
🖼️ AGSoft Load Images From Dir
- image
- filename
- folder_path
- number_of_files
◄folder_path►
◄filter_type*.png►
◄start_index0►
◄end_index0►
◄custom_filter*.png►
CategoryAGSoft/Image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | Path to folder with images. Путь к папке с изображениями. | |
| filter_type | COMBO | *.png | File extension filter. *.* = all files. Фильтр по расширению. *.* = все файлы. |
| start_index | INT | 00–999999 | First file index (0-based, inclusive). Индекс первого файла (с 0, включительно). |
| end_index | INT | 00–999999 | Last file index (inclusive). Индекс последнего файла (включительно). |
| custom_filteropt | STRING | *.png | Custom pattern (used when filter_type='custom'). Свой паттерн (если filter_type='custom'). |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| filename | STRING | — |
| folder_path | STRING | — |
| number_of_files | INT | — |