From 9f4054e7bfe267bc84bf42e51d01fec2b46a4670 Mon Sep 17 00:00:00 2001 From: Tz Date: Sun, 20 Oct 2024 05:02:24 +0100 Subject: [PATCH] Added node "ComfyUI Web Viewer" (#1164) --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2fdf0747..faaf8c59 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15711,7 +15711,16 @@ "install_type": "git-clone", "description": "This repository provides utility nodes for defining inputs and outputs in ComfyUI workflows. These nodes are essential for running [a/ShellAgent](https://github.com/myshell-ai/ShellAgent) apps with ComfyUI, but they can also be used independently to specify input/output variables and their requirements explicitly." }, - + { + "author": "Vrch Studio", + "title": "ComfyUI Web Viewer", + "reference": "https://github.com/VrchStudio/comfyui-web-viewer", + "files": [ + "https://github.com/VrchStudio/comfyui-web-viewer" + ], + "install_type": "git-clone", + "description": "A custom node collection for ComfyUI providing a Web Viewer utility and a framework for real-time AI-generated interactive art. This plugin allows seamless integration of real-time streaming and AI-driven content into ComfyUI workflows, making it easier to manage and display interactive visuals." + },