├── README.md ├── __init__.py ├── examples ├── Qwen_SAM2_example.json └── Qwen_SAM2_example_updated.json ├── nodes.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscesbody/Comfyui_Object_Detect_QWen_VL/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscesbody/Comfyui_Object_Detect_QWen_VL/HEAD/__init__.py -------------------------------------------------------------------------------- /examples/Qwen_SAM2_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscesbody/Comfyui_Object_Detect_QWen_VL/HEAD/examples/Qwen_SAM2_example.json -------------------------------------------------------------------------------- /examples/Qwen_SAM2_example_updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscesbody/Comfyui_Object_Detect_QWen_VL/HEAD/examples/Qwen_SAM2_example_updated.json -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/piscesbody/Comfyui_Object_Detect_QWen_VL/HEAD/nodes.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | transformers>=4.49.0 2 | huggingface_hub>=0.23.1 3 | pillow 4 | bitsandbytes 5 | --------------------------------------------------------------------------------