From d3bc8e5bac5d1fcf5aff3af881a1b6ac77f2031f Mon Sep 17 00:00:00 2001 From: YunjieYu Date: Wed, 8 Jan 2025 18:09:03 +0800 Subject: [PATCH] Add custom node entry to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a8eeaa33..e6ae852a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -19503,6 +19503,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" } ] }