ComfyUIにInsightFaceをインストールする
参考
$ cd path\to\ComfyUI_windows_portable
$ python_embeded\python.exe -V
たぶん3.11
3.10
3.11
3.12
どこでも良いですが今回は以下の場所に置きます
$ path\to\ComfyUI_windows_portable
3. pipのアップデート
$ python_embeded\python.exe -m pip install -U pip
4. InsightFaceのインストール
3.10
$ python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl
3.11
$ python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl
3.12
$ python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl
パッケージを別の場所に置いた場合はパスを変更してください