From aff6785e0b917266eb65c9bb6dddabda89e52b42 Mon Sep 17 00:00:00 2001 From: EvanYu <44226851+YunjieYu@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:07:48 +0800 Subject: [PATCH] Add custom node entry to custom-node-list.json (#1412) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e38b4e82..621a5842 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19514,6 +19514,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "welltop-cn", + "title": "ComfyUI-TeaCache", + "id": "teacache", + "reference": "https://github.com/welltop-cn/ComfyUI-TeaCache", + "files": [ + "https://github.com/welltop-cn/ComfyUI-TeaCache" + ], + "install_type": "git-clone", + "description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI" } ] }