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] 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",