这是总结为了让使用 ReActor 等 InsightFace 的自定义节点动的追加安装步骤的页面。
Windows 便携版
1. 确认使用的 ComfyUI 的版本
cd path\to\ComfyUI_windows_portable
python_embeded\python.exe -V
2. 下载对应版本的 InsightFace 的包
请放在 ComfyUI_windows_portable 的正下方。
是直链。
- Python 3.10
- Python 3.11
- Python 3.12
- Python 3.13
3. 更新 pip
cd path\to\ComfyUI_windows_portable
python_embeded\python.exe -m pip install -U pip
4. 安装 InsightFace
- Python 3.10 的情况
-
python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl
-
- Python 3.11 的情况
-
python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl
-
- Python 3.12 的情况
-
python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl
-
- Python 3.13 的情况
-
python_embeded\python.exe -m pip install insightface-0.7.3-cp313-cp313-win_amd64.whl
-