Skip to content

Commit dc1223d

Browse files
committed
update
1 parent 8f84b36 commit dc1223d

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

MyApp/_pages/ai-server/index.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,27 @@ You can reset the process by deleting your local `App_Data` directory and rerunn
3939

4040
You will then be able to make requests to the AI Server API endpoints, and access the Admin Portal user interface like the [Chat interface](http://localhost:5005/admin/Chat) to use your AI Provider models.
4141

42-
## Optional ComfyUI Agent
42+
### Optional - Install ComfyUI Agent
4343

44-
The installer will also ask if you want to install the ComfyUI Agent locally if you run AI server from the installer.
44+
If your server also has a GPU you can ask the installer to also install the [ComfyUI Agent](/ai-server/comfy-extension) locally:
4545

46-
If you choose to run AI Server, it will prompt you to install the ComfyUI Agent as well, and assume you want to run it locally.
46+
<div data-asciicinema="https://docs.servicestack.net/pages/ai-server/agent-comfy-install.cast"
47+
data-options="{loop:true,poster:'npt:00:09',theme:'dracula',rows:16}"></div>
4748

48-
If you want to run the ComfyUI Agent separately, you can follow these steps:
49+
The ComfyUI Agent is a separate Docker agent for running [ComfyUI](https://www.comfy.org),
50+
[Whisper](https://github.com/openai/whisper) and [FFmpeg](https://www.ffmpeg.org) on servers with GPUs to handle
51+
AI Server's Media transformations and Media Requests, including:
52+
53+
- Text to Image
54+
- Image to Text
55+
- Image to Image
56+
- Image Upscale
57+
- Speech to Text
58+
- Text to Speech
59+
60+
#### Comfy UI Agent Installer
61+
62+
To install the ComfyUI Agent on a separate server (with a GPU), you can clone and run the ComfyUI Agent installer from there instead:
4963

5064
```sh
5165
git clone https://github.com/ServiceStack/agent-comfy.git

0 commit comments

Comments
 (0)