From 1e7d101063c8ab5215f7086ab670921327da03b8 Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:29:57 +0800 Subject: [PATCH] Update custom-node-list.json (#1093) * Update custom-node-list.json Custom nodes for MiniCPM language models in ComfyUI. Provides advanced text generation and image understanding functions. * Update 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 4f7e9c6f..679c7f84 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." } ] }