From 22fa2825f8db395b823f8764a8d5259d10e092ba Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:54:42 +0800 Subject: [PATCH] Update custom-node-list.json (#1094) Use of the molmo model.Generate detailed image descriptions and analysis using Molmo models in ComfyUI. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5a3933aa..999f8993 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15315,6 +15315,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-Molmo", + "id": "comfyui-molmo", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-Molmo", + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-Molmo" + ],, + "install_type": "git_clone", + "description": "Use of the molmo model.Generate detailed image descriptions and analysis using Molmo models in ComfyUI." } ] }