From d56d64985eb2753ad9895e67c8567cb39ae7f6ee Mon Sep 17 00:00:00 2001 From: Wenliang Zhao Date: Tue, 22 Oct 2024 20:32:17 +0800 Subject: [PATCH] Add ComfyUI-ShellAgent-Plugin to custom-node-list.json (#1173) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c8f3a03c..a52b7dc4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -196,6 +196,17 @@ "install_type": "git-clone", "description": "Proper implementation of ImageMagick - the famous software suite for editing and manipulating digital images to ComfyUI using [a/wandpy](https://github.com/emcconville/wand).\nNOTE: You need to install ImageMagick, manually." }, + { + "author": "MyShell", + "title": "ComfyUI-ShellAgent-Plugin", + "id": "comfyui_shellagent_plugin", + "reference": "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin", + "files": [ + "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin" + ], + "install_type": "git-clone", + "description": "This repository provides utility nodes for defining inputs and outputs in ComfyUI workflows. These nodes are essential for running ShellAgent apps with ComfyUI, but they can also be used independently to specify input/output variables and their requirements explicitly." + }, { "author": "time-river", "title": "CLIPSeg",