From 5c297d5b1cdf9a85f1a80a5707ab32f26a62f608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=91=B8=E9=B1=BC=E4=BB=99=E4=BA=BA?= Date: Thu, 3 Apr 2025 13:26:34 +0800 Subject: [PATCH] update custom-node-list --- 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 8a021b35..6c04c8d7 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23451,6 +23451,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "zhuanqianfish", + "title": "TaesdVAEDecoder Node for ComfyUI", + "id": "TaesdVAEDecoder", + "reference": "https://github.com/zhuanqianfish/TaesdDecoder", + "files": [ + "https://github.com/zhuanqianfish/TaesdDecoder" + ], + "install_type": "git-clone", + "description": "use TAESD decoded image.It will result in a slight loss of image quality and a significant decrease in peak video memory during decoding.you need donwload taesd_decoder.pth and taesdxl_decoder.pth to vae_approx folder first." + } ] }