From 7e27275eae9941076a6847780c862efb7129514b Mon Sep 17 00:00:00 2001 From: Alex Cong Date: Mon, 9 Sep 2024 11:29:27 -0400 Subject: [PATCH] add comfyui-qwen2-vl node (#1043) * add comfyui-qwen2-vl node * fix formating * fix formating --------- Co-authored-by: alexcong --- custom-node-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f34c9e77..58960e5e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14700,6 +14700,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "alexcong", + "title": "Qwen2-VL wrapper for ComfyUI", + "id": "comfyui-qwen2-vl", + "reference": "https://github.com/alexcong/ComfyUI_QwenVL", + "files": ["https://github.com/alexcong/ComfyUI_QwenVL"], + "install_type": "git-clone", + "description": "ComfyUI Qwen2-VL wrapper that supports text-based and single-image queries." } ] }