ComfyUI-Manager 安装
Section titled “ComfyUI-Manager 安装”如果你使用的是 ComfyUI 桌面版,ComfyUI-Manager 已默认包含并启用,无需额外安装。
对于使用 Windows 便携版的用户,新版 ComfyUI-Manager 已内置于 ComfyUI 核心中,但需要启用。
- 安装管理器依赖:
.\python_embeded\python.exe -m pip install -r ComfyUI\manager_requirements.txt- 启用管理器启动 ComfyUI:
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --enable-managerpausecomfy-cli
Section titled “comfy-cli”前提条件:Python 3、Git
Windows
Section titled “Windows”python -m venv venvvenv\Scripts\activatepip install comfy-clicomfy installLinux/macOS
Section titled “Linux/macOS”python -m venv venv. venv/bin/activatepip install comfy-clicomfy install