From de6d451c5bb04b35ce5961b6a063cfeff3cfe86a Mon Sep 17 00:00:00 2001 From: rjgoif Date: Thu, 4 Dec 2025 22:52:04 -0500 Subject: [PATCH] Update custom-node-list.json (#2346) 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 65e1a4ce..1ed39868 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38006,6 +38006,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." + } ] }