From e7d4ea76d773eb660c46eba4ba233391df651ebb Mon Sep 17 00:00:00 2001 From: ZiYu <144018856+DNPMBHC@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:38:14 +0800 Subject: [PATCH] Add ComfyUI-ZiYu_LabelKit node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Description Added a new custom node package: **ComfyUI-ZiYu_LabelKit**. This node allows users to batch-load images from a directory while automatically retrieving their filenames. It helps streamline labeling and dataset preparation workflows by outputting both image data and structured file information. ### Details - Supports batch image loading (.jpg, .png, .webp, .jxl) - Extracts filenames and file paths simultaneously - Provides outputs for images, masks, filenames, paths, and count - Designed to accelerate data labeling and preprocessing tasks ### Version v1.0.0 — Initial release --- node_db/new/custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index ce036a87..cf5eba02 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -692,5 +692,15 @@ "install_type": "git-clone", "description": "Custom node to reboot ComfyUI server" } + { + "author": "DNPMBHC", + "title": "ComfyUI-ZiYu_LabelKit", + "reference": "https://github.com/DNPMBHC/ComfyUI-ZiYu_LabelKit", + "files": [ + "https://github.com/DNPMBHC/ComfyUI-ZiYu_LabelKit" + ], + "install_type": "git-clone", + "description": "A lightweight ComfyUI custom node that batch-loads images and extracts filenames simultaneously to accelerate labeling workflows." + } ] }