From 87e0eef53454f2fcc778dd96d49e29f0fd98e495 Mon Sep 17 00:00:00 2001 From: IuvenisSapiens Date: Thu, 8 Aug 2024 19:52:09 +0800 Subject: [PATCH] Add ComfyUI_MiniCPM-V-2_6-int4 to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d2ddab9f..75e0a035 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12910,6 +12910,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "IuvenisSapiens", + "title": "ComfyUI_MiniCPM-V-2_6-int4", + "id": "minicpm-v-2_6-int4", + "reference": "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4.git", + "files": [ + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4.git" + ], + "install_type": "git-clone", + "description": "Implementation of [MiniCPM-V-2_6-int4](https://github.com/OpenBMB/MiniCPM-V) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI)." } ] }