From f9a95e5216bdc4564ce1e4f368220f62ea3bf7cf Mon Sep 17 00:00:00 2001 From: ljleb Date: Wed, 12 Jun 2024 18:11:42 -0400 Subject: [PATCH] add mecha node pack --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6e61b833..ef0d6f1c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10565,6 +10565,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ljleb", + "title": "Mecha Merge Node Pack", + "id": "mecha", + "reference": "https://github.com/ljleb/comfy-mecha", + "files": [ + "https://github.com/ljleb/comfy-mecha" + ], + "install_type": "git-clone", + "description": "Model merging node pack with a focus on low memory footprint." } ] }