You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyApp/_pages/ai-server/index.md
+48-1Lines changed: 48 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,5 +81,52 @@ Providing your AI Server URL and Auth Secret when prompted will automatically re
81
81
82
82
83
83
You will be prompted to provide the AI Server URL and ComfyUI Agent URL during the installation.
84
-
These should be the accessible URLs for your AI Server and ComfyUI Agent. When running locally, the ComfyUI Agent will be populated with a docker accessible path as localhost won't be accessible from the AI Server container.
84
+
These should be the accessible URLs for your AI Server and ComfyUI Agent. When running locally, the ComfyUI Agent will be populated with a docker accessible path as `localhost` won't be accessible from the AI Server container.
85
85
If you want to reset the ComfyUI Agent settings, remember to remove the provider from the AI Server Admin Portal.
86
+
:::
87
+
88
+
### Supported OS
89
+
90
+
The AI Server installer is supported on Linux, macOS, and Windows with WSL2, and all require Docker and Docker Compose to be installed at a minimum.
91
+
92
+
93
+
### Prerequisites AI Server - Windows with WSL2
94
+
95
+
Windows with WSL2 requires the following prerequisites:
96
+
97
+
- Docker Engine accessible from WSL2 like [Docker Desktop](https://www.docker.com/products/docker-desktop)
98
+
- WSL2 with Ubuntu 20.04 LTS or later
99
+
100
+
### Prerequisites ComfyUI Agent - Windows with WSL2
101
+
102
+
To run the ComfyUI Agent locally, you will also need:
103
+
104
+
- Nvidia GPU with [WSL2 CUDA support](https://docs.nvidia.com/cuda/wsl-user-guide/index.html)
105
+
106
+
### Prerequisites AI Server - macOS
107
+
108
+
macOS requires the following prerequisites:
109
+
110
+
- Docker Engine
111
+
- Docker Compose
112
+
113
+
:::info
114
+
ComfyUI Agent will likely not run on macOS as it requires Nvidia GPU with CUDA support.
115
+
:::
116
+
117
+
### Prerequisites AI Server - Linux
118
+
119
+
Linux requires the following prerequisites:
120
+
121
+
- Docker Engine
122
+
- Docker Compose
123
+
- Git
124
+
125
+
### Prerequisites ComfyUI Agent - Linux
126
+
127
+
To run the ComfyUI Agent locally, you will also need:
128
+
129
+
- Nvidia GPU with CUDA support
130
+
- Nvidia Container Toolkit for [Docker](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)
0 commit comments