From 56d6083aa38364fafad60a555d5b0e9b98e1c522 Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Sun, 29 Sep 2024 03:53:13 +0800 Subject: [PATCH] Update custom-node-list.json This custom node for ComfyUI integrates a quantized version of the Molmo model, allowing users to generate detailed image captions and analyses directly within their ComfyUI workflows. --- custom-node-list.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4f7e9c6f..24cc9505 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15203,7 +15203,7 @@ ], "install_type": "copy", "description": "The PonySwitch node is a custom node for ComfyUI that modifies prompts based on a toggle switch and adds configurable pony tags." - }, + },, { "author": "ultimatech-cn", "title": "FaceSimilarity", @@ -15266,11 +15266,23 @@ "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-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" + } + ] }