From a5416ad040ce6ac7179b4a0c72451a2874c984e9 Mon Sep 17 00:00:00 2001 From: rjgoif Date: Thu, 4 Dec 2025 00:02:30 -0500 Subject: [PATCH] Update custom-node-list.json Adding a small node collection "Img Label Tools" to help users add text labels easily to their images and grids, making for better sharing on Reddit and other communities. Small pack, no extra files, no restrictions. --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e0c648b5..3cafb796 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37794,6 +37794,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "rjgoif", + "title": "Img Label Tools", + "id": "Img-Label-Tools", + "reference": "https://github.com/rjgoif/ComfyUI-Img-Label-Tools", + "install_type": "git-clone", + "description": "Tools to help annotate images for sharing on Reddit, Discord, etc." + } ] }