From 39ed704f40e4f1b1756d2ac57969b2e630e1684f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=95=BF=E5=90=9B?= <352186537@qq.com> Date: Fri, 27 Jun 2025 16:14:24 +0800 Subject: [PATCH] Add MultiSaveImage custom node --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ed2a9a95..053a5fa1 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28682,6 +28682,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "fchangjun", + "title": "MultiSaveImage Node", + "reference": "https://github.com/fchangjun/Comfyui_MultiSaveImage", + "files": [ + "https://github.com/fchangjun/Comfyui_MultiSaveImage" + ], + "install_type": "git-clone", + "description": "A custom node for saving multiple images simultaneously with batch processing and resizing capabilities." } ] }