From 3663e10e3348f2b8584cda05e59ee02351afa390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=95=BF=E5=90=9B?= <15652650890@sina.cn> Date: Sat, 1 Nov 2025 10:55:55 +0800 Subject: [PATCH] Change Custom Node github address (#2247) * Add MultiSaveImage custom node * feat: change nodes github address and name * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 36d03129..a555dde7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35819,6 +35819,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "fchangjun", + "title": "BaiduMeux_Comfy Tools", + "reference": "https://github.com/fchangjun/Baidu_Meux_ComfyTools", + "files": [ + "https://github.com/fchangjun/Baidu_Meux_ComfyTools" + ], + "install_type": "git-clone", + "description": "Meux ComfyTools is a collection of custom nodes that streamline common workflow chores in ComfyUI for the Meux asset platform." } ] }