From 596cdbecd64b673e4d9adc521ba82496383bb436 Mon Sep 17 00:00:00 2001 From: IuvenisSapiens <133093191+IuvenisSapiens@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:52:37 +0800 Subject: [PATCH] Add ComfyUI_MiniCPM-V-2_6-int4 to custom-node-list.json (#939) * Add ComfyUI_MiniCPM-V-2_6-int4 to custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 95f3e7c5..5e925ed9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12921,6 +12921,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", + "files": [ + "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4" + ], + "install_type": "git-clone", + "description": "Implementation of [a/MiniCPM-V-2_6-int4](https://github.com/OpenBMB/MiniCPM-V) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI)." } ] }