Compare commits

...

2 Commits

Author SHA1 Message Date
ZiYu
cceac927bb
Merge e7d4ea76d7 into c8dce94c03 2025-12-02 05:03:42 +03:00
ZiYu
e7d4ea76d7
Add ComfyUI-ZiYu_LabelKit node
### 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
2025-10-20 00:38:14 +08:00

View File

@ -847,5 +847,15 @@
"install_type": "git-clone",
"description": "ComfyUI toolkit with custom nodes for BBox canvas visualization, image brush mask drawing, and coordinate annotation for debugging and external data bridging. (Description by CC)"
}
{
"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."
}
]
}