From 383e6bbcc61c21f831e03c163361829bc3911c9f Mon Sep 17 00:00:00 2001 From: user2318 <52336536+user2318@users.noreply.github.com> Date: Sat, 23 May 2026 22:40:48 +0800 Subject: [PATCH] Add user2318/ComfyUI-CustomNodeKit to custom node list --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 29d3790f..6f7a1482 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -49795,6 +49795,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "user2318", + "title": "ComfyUI-CustomNodeKit", + "reference": "https://github.com/user2318/ComfyUI-CustomNodeKit", + "files": [ + "https://github.com/user2318/ComfyUI-CustomNodeKit" + ], + "install_type": "git-clone", + "description": "A set of custom nodes for ComfyUI, covering video generation (WanLoop), pose processing (SDPose), image interaction operations, and other common workflow needs." + } ] }