Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f01ff0639 | |||
| 7a21b02081 |
@@ -27,11 +27,11 @@ The MCP server connects to ComfyUI's REST API at `http://localhost:8188`. If Com
|
|||||||
|
|
||||||
### Install ComfyUI
|
### Install ComfyUI
|
||||||
|
|
||||||
```bash
|
> ⚠️ **ComfyUI is NOT on PyPI** — `pip install comfyui` will fail with "No matching distribution found".
|
||||||
# Option A — pip install (simplest)
|
> It must be installed from source via `git clone`.
|
||||||
pip install comfyui
|
|
||||||
|
|
||||||
# Option B — git clone (more control)
|
```bash
|
||||||
|
# Clone from source (the only correct installation method)
|
||||||
git clone https://github.com/comfyanonymous/ComfyUI.git
|
git clone https://github.com/comfyanonymous/ComfyUI.git
|
||||||
cd ComfyUI
|
cd ComfyUI
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user