From 90d045a9f1b7def767b211f5aa1f2204be7e6b85 Mon Sep 17 00:00:00 2001 From: shootthesound <110498357+shootthesound@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:58:57 +0100 Subject: [PATCH] Add ComfyUI-SequentialImageLoader --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 22c57d21..d5e1daad 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "shootthesound", + "title": "ComfyUI-SequentialImageLoader", + "reference": "https://github.com/shootthesound/ComfyUI-SequentialImageLoader", + "files": [ + "https://github.com/shootthesound/ComfyUI-SequentialImageLoader" + ], + "install_type": "git-clone", + "description": "Load a folder of images one at a time, in order — a fresh image on every Queue. Natural sort, filetype picker, reverse, subfolders, hold/pause, scrub bar, folder browser, and current/next previews." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",