From 29a46fe4ce38f6fd806ed68479e5148322a091b5 Mon Sep 17 00:00:00 2001 From: mercu-lore <66737692+mercu-lore@users.noreply.github.com> Date: Sat, 15 Nov 2025 00:22:12 +0100 Subject: [PATCH] Update custom-node-list.json (#2279) * Update custom-node-list.json * Update custom-node-list.json * Update BoxBox ID in custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 04e4e689..8c2ae52f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36661,6 +36661,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "Lorenzo Mercugliano", + "title": "BoxBox", + "id": "ComfyUI-BoxBox", + "reference": "https://github.com/mercu-lore/BoxBox", + "description": "BoxBox is a lightweight ComfyUI extension for drawing, cropping, resizing, and reinserting specific regions of an image.", + "files": [ + "https://github.com/mercu-lore/BoxBox" + ], + "install_type": "git-clone" + } ] }