Metadata-Version: 2.1
Name: comfyui-detection-list
Version: 0.0.1
Summary: A powerful ComfyUI custom node that performs object detection using YOLOv8 and outputs individual images for each detected object. Perfect for automatic mask generation, object isolation, and batch processing workflows.
Home-page: https://github.com/mangobyed/ComfyUI_Detection_List
Requires-Python: >=3.10
Requires-Dist: ultralytics>=8.0.0
Requires-Dist: opencv-python-headless
Requires-Dist: Pillow>=8.0.0
Requires-Dist: numpy
