Nodes Browser
ComfyDeploy: How ComfyUI-ShellAgent-Plugin works in ComfyUI?
What is ComfyUI-ShellAgent-Plugin?
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.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-ShellAgent-Plugin
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI-ShellAgent-Plugin
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.
Installation
To install, either:
- Download or clone this repository into the ComfyUI/custom_nodes/ directory.
- 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.