From 6f02e1114cdaa1d60a640dd883292239e4d7b369 Mon Sep 17 00:00:00 2001 From: MiuProject <119136212+AHEKOT@users.noreply.github.com> Date: Mon, 29 Sep 2025 03:16:56 +0500 Subject: [PATCH] add VNCCS node to node list (#2184) * add VNCCS node to node list * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 660c50b0..fc7aa00c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33819,6 +33819,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "MIUProject", + "title": "VNCCS - Visual Novel Character Creation Suite", + "id": "VNCCS", + "reference": "https://github.com/AHEKOT/ComfyUI_VNCCS", + "files": [ + "https://github.com/AHEKOT/ComfyUI_VNCCS" + ], + "install_type": "git-clone", + "description": "VNCCS is a comprehensive tool for creating character sprites for visual novels." } ] }