From e8deb3d8fee48548c19e773862307784d05fdd0e Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Fri, 28 Nov 2025 07:00:38 +0800 Subject: [PATCH] Add Utils Extra custom node to the list (#2313) * Add Utils Extra custom node to the list Added a new custom node entry for Utils Extra with details. * Update description in custom-node-list.json Expanded the description to include additional functionalities of the utility tools. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7f672f6a..25ddb974 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "akawana", + "title": "Utils Extra", + "reference": "https://github.com/akawana/ComfyUI-Utils-extra", + "files": [ + "https://github.com/akawana/ComfyUI-Utils-extra" + ], + "install_type": "git-clone", + "description": "Utility tools. Index Multiple is used for expanding multiple values from a list, IsOneOfGroupsActive to identify groups state, RepeatGroupState group enable/disable like rg but without connection etc.", + "tags": ["utility", "list", "batch"] + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",