From f4c6a7159d9af97aca2e912669cc832f0819b035 Mon Sep 17 00:00:00 2001 From: Ash Martian Date: Sun, 18 Feb 2024 02:29:25 -0800 Subject: [PATCH] Add DirGir to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4be244e0..2048dd26 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5551,6 +5551,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "AshMartian", + "title": "Dir Gir", + "reference": "https://github.com/AshMartian/ComfyUI-DirGir", + "files": [ + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_picker.py", + "https://github.com/AshMartian/ComfyUI-DirGir/raw/main/dir_loop.py" + ], + "install_type": "copy", + "description": "A collection of ComfyUI directory automation utility nodes. Directory Get It Right adds a GUI directory browser, and smart directory loop/iteration node that supports regex and file extension filtering." } ] }