From 7b311f2ccf828c97ae952b62bd97bb23bb3e0731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=95=BF=E5=90=9B?= <15652650890@sina.cn> Date: Mon, 30 Jun 2025 20:13:20 +0800 Subject: [PATCH] Add MultiSaveImage custom node (#1956) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b821a8e5..e7a57f9a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28813,6 +28813,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." } ] }