From 2000e341d49edeaa57dfe7bcdcf1580e5d01a6bb Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Sun, 29 Sep 2024 04:40:33 +0800 Subject: [PATCH] Update custom-node-list.json Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4f7e9c6f..c078368e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15271,6 +15271,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-MiniCPM-Plus", + "id": "minicpm-plus", + "reference": : "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus",, + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus" + ], + "install_type": "git-clone", + "description": : "Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions." } ] }