From 07fdef1eb5e466c63ffe45d127e6f57714beca09 Mon Sep 17 00:00:00 2001 From: Hero Kominato Date: Thu, 15 Jan 2026 17:14:41 +0000 Subject: [PATCH] Add comfyui-iterator --- custom-node-list.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e073250c..95587fef 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41881,6 +41881,13 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "AIMovieStudio", + "title": "ComfyUI Iterator Nodes", + "reference": "https://github.com/AIMovieStudio/comfyui-iterator", + "category": "Utility", + "description": "Nodes for iterating over files (images, text) in directories for batch processing." + } ] }