From 9d58f97280d3296c1d78d1dcd77360343ad1357b Mon Sep 17 00:00:00 2001 From: Sida Liu Date: Sun, 7 Apr 2024 19:55:30 +0800 Subject: [PATCH] add ComfyUI-Debug --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9adb999d..c23111e7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6909,7 +6909,17 @@ "install_type": "git-clone", "description": "Tara is a powerful node for ComfyUI that integrates Large Language Models (LLMs) to enhance and automate workflow processes. With Tara, you can create complex, intelligent workflows that refine and generate content, manage API keys, and seamlessly integrate various LLMs into your projects." }, - + { + "author": "Sida Liu", + "title": "ComfyUI-Debug", + "reference": "https://github.com/liusida/ComfyUI-Debug", + "files": [ + "https://github.com/liusida/ComfyUI-Debug" + ], + "install_type": "git-clone", + "description": "Attach a debug node to an output to obtain more detailed information. Uncover the details of your models in ComfyUI with ease." + }, +