Download and Installation
Download ShellAgent for local installation: https://github.com/myshell-ai/ShellAgent/releases

Download and install ShellAgent
Install on Windows
After extracting the files, navigate to the main directory and double-click
run.bat
. This will automatically install the necessary dependencies.Once you see the specified address in the command prompt, click
run.bat
again in the main directory.Wait for the initialization to complete, then open your browser and go to http://localhost:8099.

Install on macOS or Linux
Extract the contents and enter the main directory.
Open a terminal and run the following commands:
To install dependencies: sh install.sh

To start the service: sh start.sh

Once the process is complete, visit http://localhost:8099 in your browser.
Update
To enable automatic updates:
Go to Settings and turn on the auto-update option.
This ensures the application updates automatically every time you open it.

If the auto-update option is unavailable, download the latest version of ShellAgent here.
Other preparation
Visit the ComfyUI homepage to download and install ComfyUI.

Setting Up the ShellAgent Plugin for ComfyUI
There are two methods, as follows:
Download or
git clone
https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin repository content to theComfyUI/custom_nodes/
directory.In the custom_nodes directory, use the
git clone <https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin.git>
command to installIn the ShellAgent-Plugin directory, use
pip install -r requirements.txt
to install dependencies
Search for ShellAgent using ComfyUI-Manager, click to install
Restart ComfyUI, start building the workflow
Notice
Using ComfyUI Widget requires starting ComfyUI outside of ShellAgent.

Copy the ComfyUI service address to the settings in ShellAgent:


Last updated