From 3cda7f602eed9b183ece59bc318d7a30b0fb8b38 Mon Sep 17 00:00:00 2001 From: TK3R <127674508+TK3R@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:44:23 -0500 Subject: [PATCH] added ComfyUI_TK3R_Ext to custom nodes list (#2614) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b1feb882..54b6e837 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43471,6 +43471,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "TK3R", + "title": "ComfyUI TK3R Extensions", + "id": "comfyui_tk3r_ext", + "reference": "https://github.com/TK3R/ComfyUI_TK3R_Ext", + "files": [ + "https://github.com/TK3R/ComfyUI_TK3R_Ext" + ], + "install_type": "git-clone", + "description": "A few enhanced versions of vanilla nodes, mainly Qwen/ZImage controlnet nodes & scheduled CFG guider, and some utility nodes." } ] }