From 2f2ac865134975d2b0a74fc6e81c5864c6811b2b Mon Sep 17 00:00:00 2001 From: CYCHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:28:38 +0800 Subject: [PATCH] Update install_type for ComfyUI-Molmo in custom-node-list.json (#1097) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the install_type for ComfyUI-Molmo from 'git_clone' to 'git-clone' to resolve installation issues and maintain consistency with other extensions. The nodes are already available in the manager, but the installation prompt says “ComfyUI-Molmo install failed: Bad Request”, is this related? --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 66eefb7f..6e6a8736 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14914,7 +14914,7 @@ "files": [ "https://github.com/CY-CHENYUE/ComfyUI-Molmo" ], - "install_type": "git_clone", + "install_type": "git-clone", "description": "Use of the molmo model.Generate detailed image descriptions and analysis using Molmo models in ComfyUI." },