ComfyUI-ARZUMATA-Qwen2

ComfyUI-ARZUMATA-Qwen2
★ 1

Qwen2 模型ComfyUI 集成批量图像处理自动文本描述
在 ComfyUI 中集成 Qwen2 模型,支持批量图像处理与自动生成描述,便于批量化工作流(可能有缺陷)。
💡 在 ComfyUI 流程中批量为图像生成标题与描述。
🍴 1 Forks💻 Python🔄 2025-06-04
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
torch
numpy
pillow
huggingface_hub
decord
accelerate
qwen-vl-utils[decord]
auto-gptq
transformers>=4.45.0
Preview
Preview
📄 README

ComfyUI-Qwen2

Qwen2 Nodes for ComfyUI.

I needed to run Qwen2 on ComfyUI to use it in my workflow for batching images and captioning and none of the implementations I found on the web worked the way I wanted.

[!CAUTION]

May contain bugs.

Nodes list

Qwen2ModelLoader

Qwen2ModelRunInference

Preview

Single image

Batch images

Installation

Clone this repository to ComfyUI/custom_nodes directory.

Docs and Credit

Qwen2

And, for all ComfyUI custom node developers