From 6c43927b832955c5b92b483a2336fe67e9dca2bb Mon Sep 17 00:00:00 2001 From: rookiestar28 <151893693+rookiestar28@users.noreply.github.com> Date: Sun, 12 Apr 2026 04:33:25 +0800 Subject: [PATCH] Add ComfyUI-RookieUI and ComfyUI-OpenClaw entries --- custom-node-list.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 88f1b482..74903359 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45882,6 +45882,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rookiestar28", + "title": "ComfyUI-RookieUI", + "id": "comfyui-rookieui", + "reference": "https://github.com/rookiestar28/ComfyUI-RookieUI", + "files": [ + "https://github.com/rookiestar28/ComfyUI-RookieUI" + ], + "install_type": "git-clone", + "description": "The ultimate A1111-style sidebar. Bring the classic UX you know and love into ComfyUI." + }, + { + "author": "rookiestar28", + "title": "ComfyUI-OpenClaw", + "id": "comfyui-openclaw", + "reference": "https://github.com/rookiestar28/ComfyUI-OpenClaw", + "files": [ + "https://github.com/rookiestar28/ComfyUI-OpenClaw" + ], + "install_type": "git-clone", + "description": "Your own personal AIGC Factory. Any picture. Any reel. The Comfy way. ©️" } ] -} \ No newline at end of file +}