This page summarizes the additional installation steps required to run custom nodes that use InsightFace, such as ReActor.


For Windows Portable Version

1. Check your ComfyUI Python Version

Run the following command in your terminal (or command prompt) from the ComfyUI directory:

cd path\to\ComfyUI_windows_portable
python_embeded\python.exe -V

2. Download the InsightFace Package

Download the package corresponding to your Python version and place it directly under ComfyUI_windows_portable.

Direct Download Links:

3. Update pip

cd path\to\ComfyUI_windows_portable
python_embeded\python.exe -m pip install -U pip

4. Install InsightFace

Run the command corresponding to your Python version:

  • 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
    

5. Restart ComfyUI

Close and restart ComfyUI to apply changes.