ComfyUI Node
🎈LG_图片列表加载器
从文件夹加载图片,内置计数器自动获取文件夹总数,支持递增/递减/全部加载模式和多种排序方式
🎈LG_图片列表加载器
- images
- masks
- filenames
- current_index
- total_images
◄folder_path►
◄modeincrease►
◄sort_modeAlphabetical (ASC)►
◄keep_indexfalse►
Category🎈LAOGOU/Utils
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | — | |
| mode | COMBO | increase | increase: 递增模式,decrease: 递减模式,all: 加载所有图像 |
| sort_mode | COMBO | Alphabetical (ASC) | 图片排序方式 |
| keep_index | BOOLEAN | false | 开启时保持当前索引不变,关闭时恢复正常递增/递减 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| masks | MASK | — |
| filenames | STRING | — |
| current_index | INT | — |
| total_images | INT | — |