https://github.com/myshell-ai/comfyui-shellagent-plugin
https://github.com/myshell-ai/comfyui-shellagent-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/myshell-ai/comfyui-shellagent-plugin
- Owner: myshell-ai
- License: gpl-3.0
- Created: 2024-09-24T07:13:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T06:54:44.000Z (about 1 year ago)
- Last Synced: 2025-05-30T08:53:43.979Z (about 1 year ago)
- Language: Python
- Size: 1.3 MB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ComfyUI-ShellAgent-Plugin
This repository provides utility nodes for defining inputs and outputs in ComfyUI workflows. These nodes are essential for running [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.
## Installation
To install, either:
1. Download or clone this repository into the ComfyUI/custom_nodes/ directory.
2. Use the ComfyUI-Manager.
## Features
### Input Nodes
- Input Text
- Input Image
- Input Float
- Input Integer
- Input Video
Each input node supports setting a default value and additional configuration options.
### Output Nodes
- Save Image
- Save Images
- Save Video - VHS
- Output Text
- Output Float
- Output Integer
### Convert Widgets to ShellAgent Inputs
A widget can be easily converted into a ShellAgent Input node of the appropriate type by right-clicking on the widget and selecting the option from the menu.