From a02c27b1af08911d70c0b38c38667263fde60818 Mon Sep 17 00:00:00 2001 From: Antonio Covelo <64346528+bomborant@users.noreply.github.com> Date: Sun, 7 Dec 2025 09:32:07 +1100 Subject: [PATCH] Add ShakaNodes utility tools for ComfyUI (#2353) Added new ShakaNodes project with author and description to ComfyUI-Maanager --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6faed8f2..43dff6c4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38125,6 +38125,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Bomborant", + "title": "ShakaNodes", + "id": "shakanodes", + "reference": "https://github.com/bomborant/ComfyUI-ShakaNodes", + "files": [ + "https://github.com/bomborant/ComfyUI-ShakaNodes" + ], + "install_type": "git-clone", + "description": "ShakaNodes: Utility tools for ComfyUI" } ] }