The recommended installation method is to clone the repository directly into your ComfyUI/custom_nodes directory and install the requirements. This is generally more reliable than using ComfyUI Manager.
For Linux/macOS/Standard Python:
- Navigate to
ComfyUI/custom_nodes. - Clone the repository.
- Install requirements via
pip.
For Windows (using ComfyUI embedded Python):
Use the python_embedded\python.exe executable to ensure dependencies are installed into the correct environment.
# Standard installation
cd ComfyUI/custom_nodes
git clone https://github.com/AIDC-AI/ComfyUI-Copilot.git
cd ComfyUI-Copilot
pip install -r requirements.txt
# Windows embedded Python installation
python_embedded\python.exe -m pip install -r requirements.txt