A ComfyUI custom node for loading images sequentially from a directory. Loops back to the first image when reaching the end
A ComfyUI custom node for loading images sequentially from a directory.
<img src="node.png" width="50%">| Name | Type | Default | Description |
|-------------|--------|---------|-------------|
| directory
| String | ""
| Path to folder with images. |
| load_always
| Boolean | False
| Forces reload every call. |
| Name | Type | Description |
|-----------|------------|-------------|
| IMAGE
| Tensor | Loaded image as a torch tensor. |
| MASK
| Tensor | Mask (alpha channel) or blank mask. |
| FILE PATH
| String | Full path to the loaded image. |
1️⃣ Make sure ComfyUI is installed.
2️⃣ Clone this node in the custom_nodes
folder.
git clone https://github.com/alessandrozonta/Comfyui-LoopLoader.git
3️⃣ Restart ComfyUI.