From 92e4cdffa71d831cb6f91b97f5102cbcbcf18ef3 Mon Sep 17 00:00:00 2001 From: TK3R <127674508+TK3R@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:45:25 -0500 Subject: [PATCH] added ComfyUI_TK3R_Ext to custom nodes list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 23946c90..4abf73bf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43459,6 +43459,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." } ] }