From d29ff808a52320ad32abeeea8bf64fadf3104cdf Mon Sep 17 00:00:00 2001 From: Writili <111119613+Scorpiosis0@users.noreply.github.com> Date: Sat, 22 Nov 2025 00:40:35 +0100 Subject: [PATCH] I added my node to the JSON file (#2287) * Update custom-node-list.json Added my node to the JSON * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 873c77da..dbed4332 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37263,6 +37263,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Writili", + "title": "WtlNodes", + "id": "wtlnodes", + "reference": "https://github.com/Scorpiosis0/ComfyUI-WtlNodes", + "files": [ + "https://github.com/Scorpiosis0/ComfyUI-WtlNodes" + ], + "install_type": "git-clone", + "description": "This node adds improvement over some already existing nodes as well as some custom nodes.", } ] }