From 83fdaaf40925abd31dba958dd194196c1cb36ee9 Mon Sep 17 00:00:00 2001 From: liuqianhonga <154430128+liuqianhonga@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:30:10 +0800 Subject: [PATCH] Add ComfyUI-Image-Compressor (#1247) Co-authored-by: liuqianhong --- 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 9545a941..8bb58b9a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16904,7 +16904,16 @@ "install_type": "git-clone", "description": "NODES:SignalProcessingPaulStretch, SignalProcessingPadSynth, SignalProcessingFilter, SignalProcessingLoadAudio.\nThis repo contains 4 nodes for ComfyUI that allows for audio filtering" }, - + { + "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." + },