From 05ca048dda14580c38bbdfcce418bb9b51312f62 Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Sun, 29 Sep 2024 04:09:24 +0800 Subject: [PATCH] Add ComfyUI-MiniCPM-Plus custom node to the custom-node-list.json Add ComfyUI-MiniCPM-Plus custom node to the list. This node provides advanced text generation and image understanding functions using MiniCPM language models in ComfyU --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4f7e9c6f..b76cd0f0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15266,11 +15266,22 @@ "title": "Image2Halftone Node for ComfyUI", "id": "img2halftone", "reference": "https://civitai.com/models/143293/image2halftone-node-for-comfyui", - "files": [ + "files": : [ "https://civitai.com/api/download/models/158997" ], "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." } ] }