From 61da8de828140c561643db43c7d07adced47ec08 Mon Sep 17 00:00:00 2001 From: IuvenisSapiens <133093191+IuvenisSapiens@users.noreply.github.com> Date: Sat, 24 Aug 2024 17:25:35 +0800 Subject: [PATCH] add custom node ComfyUI_Qwen2-Audio-7B-Instruct-Int4 (#988) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 81aa81db..a57da9f7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12947,6 +12947,17 @@ "install_type": "git-clone", "description": "This is an implementation of [a/MiniCPM-V-2_6-int4](https://github.com/OpenBMB/MiniCPM-V) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." }, + { + "author": "IuvenisSapiens", + "title": "ComfyUI_Qwen2-Audio-7B-Instruct-Int4", + "id": "qwen2-audio-7b-instruct-int4", + "reference": "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4", + "files": [ + "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4" + ], + "install_type": "git-clone", + "description": "This is an implementation of [a/Qwen2-Audio-7B-Instruct-Int4](https://github.com/QwenLM/Qwen2-Audio) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries and audio queries to generate captions or responses." + }, { "author": "mltask", "title": "MLTask_ComfyUI",