From 6b4d5ec575faa11c2e2e5ab4960affb2f013de58 Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:18:30 +0800 Subject: [PATCH 1/2] Add Utils Extra custom node to the list Added a new custom node entry for Utils Extra with details. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4e2d8d1a..495db1d6 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.", + "tags": ["utility", "list", "batch"] + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager", From 4a97227febb6d3eab94990fae1844a2123b08e77 Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Thu, 27 Nov 2025 19:36:13 +0800 Subject: [PATCH 2/2] Update description in custom-node-list.json Expanded the description to include additional functionalities of the utility tools. --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 495db1d6..2cc2a63c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -8,7 +8,7 @@ "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.", + "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"] }, {