add custom node ComfyUI_Qwen2-VL-Instruct (#1024)

* add custom node ComfyUI_Qwen2-Audio-7B-Instruct-Int4

* new custom_node
This commit is contained in:
IuvenisSapiens 2024-09-01 00:00:37 +08:00 committed by GitHub
parent 0f679ac99c
commit 2911861db8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14379,6 +14379,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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."
} }
] ]
} }