From 2c24ec16167f632afe780bce6aad857092ae6a25 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sat, 15 Nov 2025 08:18:05 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 24cf6db8..48a140f2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36649,17 +36649,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": "mercu-lore/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" + } ] } -{ - "author": "Lorenzo Mercugliano", - "title": "BoxBox", - "id": "mercu-lore/BoxBox", - "reference": "https://github.com/mercu-lore/BoxBox.git", - "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.git" - ], - "install_type": "copy" -}