From b8d7721e00a72bf0604aab0a34469abce44fb2ed Mon Sep 17 00:00:00 2001 From: George Jiang <970061526@qq.com> Date: Mon, 16 Mar 2026 01:45:57 +0800 Subject: [PATCH] Add files via upload (#2679) feat: add comfyui-save-image-no-meta node --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7b525ba3..23106575 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45052,6 +45052,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "George Jiang", + "title": "ComfyUI Save Image Without Metadata", + "description": "Save images without embedding workflow or prompt metadata", + "reference": "https://github.com/GeorgeJiang/comfyui-save-image-no-meta", + "files": [ + "https://github.com/GeorgeJiang/comfyui-save-image-no-meta" + ], + "install_type": "git-clone", + "category": "image", + "description": "Save images without embedding workflow or prompt metadata" } ] }