From 488a3e31b3ea2f83d7a685f55e872425c5be73de Mon Sep 17 00:00:00 2001 From: Liu Sida Date: Sun, 7 Apr 2024 23:44:20 +0800 Subject: [PATCH] add ComfyUI-Debug (#545) --- 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 68cbbf7..6e68bdf 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." + }, +