From 4b18d3f1f819c1e75529e74fc3fad3c7418e44c2 Mon Sep 17 00:00:00 2001 From: liuqianhong Date: Tue, 19 Nov 2024 16:00:17 +0800 Subject: [PATCH] Add ComfyUI-Image-Compressor --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9eb6f1de..4de1a83d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16904,7 +16904,16 @@ "install_type": "git-clone", "description": "A ComfyUI node that generates realistic filenames and file paths for various digital media formats. Perfect for creating authentic-looking file paths for your workflows." }, - + { + "author": "liuqianhonga", + "title": "ComfyUI-Image-Compressor", + "reference": "https://github.com/liuqianhonga/ComfyUI-Image-Compressor", + "files": [ + "https://github.com/liuqianhonga/ComfyUI-Image-Compressor" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for image compression that supports multiple compression formats and parameter adjustments." + },