From 1ff02be35f1ce4d1f61347b66c44bae305c56773 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Sat, 22 Nov 2025 08:45:21 +0800 Subject: [PATCH] add node (#2282) * add node * add node --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 71309a1a..e132eff1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37322,6 +37322,18 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "kjqwer", + "title": "SmartSaveImage", + "reference": "https://github.com/kjqwer/SmartSaveImage", + "files": [ + "https://github.com/kjqwer/SmartSaveImage" + ], + "install_type": "git-clone", + "description": "Smart Image Saving Nodes - Offers intelligent folder management and image saving capabilities, supporting flexible folder hierarchy control, multiple metadata sources, various image formats, and metadata embedding. It includes two nodes: SmartFolderManager and SmartImageSaver.", + "pip": ["Pillow", "piexif"], + "nodename_pattern": "Smart" + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",