From efa4425d907077f282b4a38e2569c33bb852baeb Mon Sep 17 00:00:00 2001 From: catscandrive Date: Sat, 7 Oct 2023 14:03:05 +1000 Subject: [PATCH] Update custom-node-list.json Adding image loader with subfolder to custom-node-list.json. tested changes locally. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6953657..9446a67 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2395,6 +2395,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "catscandrive", + "title": "Image loader with subfolders", + "reference": "https://github.com/catscandrive/comfyui-imagesubfolders", + "files": [ + "https://github.com/catscandrive/comfyui-imagesubfolders/raw/main/loadImageWithSubfolders.py" + ], + "install_type": "copy", + "description": "Adds an Image Loader node that also shows images in subfolders of the default input directory" } ] }