#176 · Primary category: Computer Vision

ComfyUI-QwenVL

comfyui customnodes qwen-vl qwen3-vl

ComfyUI-QwenVL custom node: Integrates the Qwen-VL series, including Qwen2.5-VL, Qwen3-VL, Qwen3.5-VL, Qwen3.6-VL (MoE), and Qwen3.8-VL, with GGUF support for advanced multimodal AI in text generation, image understanding, and video analysis.

Project last updated:08/27/26

GitHub Stars

864

Forks

140

Contributors

5

License

GPL-3.0

Why we included this project

ComfyUI users who want to actually read the frames in their pipelines rather than just produce them can drop the Qwen-VL vision-language models straight into the node graph. The nodes handle image understanding, video analysis, and text generation, and the GGUF backends keep quantized checkpoints runnable on GPUs with limited VRAM. Recent releases added a video auto-scaling step that computes a per-frame token budget, so context-overflow and out-of-memory failures become far less common, plus a config file for registering your own Hugging Face or GGUF models. There is also a Python API and CLI that expose the same engine outside the ComfyUI canvas, which helps when your review-and-edit steps live in other tools. For teams running multi-stage generation and verification pipelines, that means adding a vision-language check step without leaving the environment they already use.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category