From 25d9f2aea1b7f980be5b24ec50051e88c3297878 Mon Sep 17 00:00:00 2001 From: Andreas Pettersson Date: Tue, 27 Jan 2026 09:32:02 +0100 Subject: [PATCH] Update custom-node-list.json Adding a custom node to the managger repository. https://github.com/NeoTech/comfyui-imagefolderpicker --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 22d57dbe..6de13abf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42281,6 +42281,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "NeoTech", + "title": "Image Folder Picker", + "id": "imagefolderpicker", + "reference": "https://github.com/NeoTech/comfyui-imagefolderpicker", + "files": [ + "https://github.com/NeoTech/comfyui-imagefolderpicker" + ], + "install_type": "git-clone", + "description": "This is a node to display an input folders images in a preview window. Making Img2Imgg workflows easier and navigationable" + } ] }