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
-