From cebf886eeb204995bd547cb899968e4aeac2d852 Mon Sep 17 00:00:00 2001 From: Ivy Date: Fri, 10 Apr 2026 15:48:24 +0800 Subject: [PATCH] Add ComfyUI TinyPNG node --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 88f1b482..22730972 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45882,6 +45882,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "knottttt", + "title": "ComfyUI TinyPNG", + "id": "comfyui-tinypng", + "reference": "https://github.com/knottttt/comfyui-tinyPNG", + "files": [ + "https://github.com/knottttt/comfyui-tinyPNG" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for compressing images via TinyPNG API. 通过 TinyPNG API 在工作流中直接压缩图片。" } ] -} \ No newline at end of file +}