From 2911861db859a854456943d9a67ce3f379c1561f Mon Sep 17 00:00:00 2001 From: IuvenisSapiens <133093191+IuvenisSapiens@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:00:37 +0800 Subject: [PATCH] add custom node ComfyUI_Qwen2-VL-Instruct (#1024) * add custom node ComfyUI_Qwen2-Audio-7B-Instruct-Int4 * new custom_node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 11e81e7c..e263f938 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14379,6 +14379,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "IuvenisSapiens", + "title": "ComfyUI_Qwen2-VL-Instruct", + "id": "qwen2-vl-instruct", + "reference": "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct", + "files": [ + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct" + ], + "install_type": "git-clone", + "description": "This is an implementation of [a/Qwen2-VL-Instruct](https://github.com/QwenLM/Qwen2-VL) by [a/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." } ] }