Update install_type for ComfyUI-Molmo in custom-node-list.json (#1097)

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?
This commit is contained in:
CYCHENYUE 2024-10-01 10:28:38 +08:00 committed by GitHub
parent fbb1cd60d6
commit 2f2ac86513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14914,7 +14914,7 @@
"files": [ "files": [
"https://github.com/CY-CHENYUE/ComfyUI-Molmo" "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." "description": "Use of the molmo model.Generate detailed image descriptions and analysis using Molmo models in ComfyUI."
}, },