Metadata-Version: 2.1
Name: comfyui-qwen3-vl-instruct
Version: 0.0.1
Summary: This is an implementation of [Qwen3-VL-Instruct](https://github.com/QwenLM/Qwen3-VL) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), which includes, but is not limited to, support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses.
Home-page: https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: huggingface_hub
Requires-Dist: accelerate
Requires-Dist: optimum
Requires-Dist: av
Requires-Dist: transformers>=4.57.1
Requires-Dist: qwen-vl-utils
Requires-Dist: opencv-python-headless
Requires-Dist: bitsandbytes
Requires-Dist: triton-windows; sys_platform == 'win32'
Requires-Dist: triton; sys_platform == 'linux'
