@@ -89,44 +89,41 @@ If you want to reset the ComfyUI Agent settings, remember to remove the provider
8989
9090The 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.
9191
92+ ## Prerequisites
9293
93- ### Prerequisites AI Server - Windows with WSL2
94+ ### Linux
9495
95- Windows with WSL2 requires the following prerequisites :
96+ Linux requires the following software installed :
9697
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
98+ - Docker Engine (with Docker Compose )
99+ - Git
99100
100- ### Prerequisites ComfyUI Agent - Windows with WSL2
101+ #### ComfyUI Agent
101102
102103To run the ComfyUI Agent locally, you will also need:
103104
104- - Nvidia GPU with [ WSL2 CUDA support] ( https://docs.nvidia.com/cuda/wsl-user-guide/index.html )
105-
106- ### Prerequisites AI Server - macOS
105+ - Nvidia GPU with CUDA support
106+ - Nvidia Container Toolkit for [ Docker] ( https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html )
107107
108- macOS requires the following prerequisites:
108+ ### macOS
109109
110- - Docker Engine
111- - Docker Compose
110+ macOS also requires:
112111
113- ::: info
114- ComfyUI Agent will likely not run on macOS as it requires Nvidia GPU with CUDA support.
115- :::
112+ - Docker Engine (with Docker Compose)
116113
117- ### Prerequisites AI Server - Linux
114+ #### ComfyUI Agent
118115
119- Linux requires the following prerequisites:
116+ ComfyUI Agent requires Pytorch running in Docker which isn't available for macOS
120117
121- - Docker Engine
122- - Docker Compose
123- - Git
118+ ### Windows with WSL2
124119
125- ### Prerequisites ComfyUI Agent - Linux
120+ Windows with WSL2 requires the following prerequisites:
126121
127- To run the ComfyUI Agent locally, you will also need:
122+ - Docker Engine accessible from WSL2 like [ Docker Desktop] ( https://www.docker.com/products/docker-desktop )
123+ - WSL2 with Ubuntu 20.04 LTS or later
128124
129- - Nvidia GPU with CUDA support
130- - Nvidia Container Toolkit for [ Docker] ( https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html )
125+ #### ComfyUI Agent
131126
127+ To run the ComfyUI Agent locally, you will also need:
132128
129+ - Nvidia GPU with [ WSL2 CUDA support] ( https://docs.nvidia.com/cuda/wsl-user-guide/index.html )
0 commit comments