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
This commit is contained in:
CYCHENYUE 2024-09-29 04:09:24 +08:00 committed by GitHub
parent 4dc9ee9363
commit 05ca048dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}