Metadata-Version: 2.1
Name: comfyui-object-detect-qwen-vl
Version: 0.0.1
Summary: This repository provides a custom ComfyUI node for running object detection with the [a/Qwen 2.5 VL](https://github.com/QwenLM/Qwen2.5-VL) model. The node downloads the selected model on demand, runs a detection prompt and outputs bounding boxes that can be used with segmentation nodes such as [a/SAM2](https://github.com/kijai/ComfyUI-segment-anything-2).
Home-page: https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL
Requires-Python: >=3.10
Requires-Dist: transformers>=4.49.0
Requires-Dist: huggingface_hub>=0.23.1
Requires-Dist: pillow
Requires-Dist: bitsandbytes
