CivArchive
    【SIMPLE】Reactor and Roop Face Swap Workflow | ComfyUI | tool | error - v1.0
    NSFW
    Preview 8299268

    Your contribution is greatly appreciated and helps me to create more content. If you like my model, please consider donating: https://ko-fi.com/aoi_android

    Face Swap for img

    [github]

    https://github.com/Gourieff/comfyui-reactor-node

    This is a simple workflow for face swapping.

    Contains Reactor and Loop.

    #############################################

    When introducing Reactor

    If you encounter an import error, please see below.

    Please perform Troubleshooting I and IV.

    The reactor requires something called Insightface.

    [JP]

    シンプルな顔の入れ替え用のワークフローです。

    Reactor と Roop が入っています。

    ##############################################

    Reactor導入時に

    import errorが生じた方は下記

    TroubleshootingのⅠとⅣを実行してください。

    reactorにはInsightfaceというものが必要です。

    ####################################################

    【Troubleshooting】

    🦊I. (For Windows users) If you still cannot build Insightface for some reasons or just don't want to install Visual Studio or VS C++ Build Tools - do the following:

    1. (ComfyUI Portable) From the root folder check the version of Python:
      run CMD and type python_embeded\python.exe -V

    2. Download prebuilt Insightface package for Python 3.10 or for Python 3.11 (if in the previous step you see 3.11) or for Python 3.12 (if in the previous step you see 3.12) and put into the stable-diffusion-webui (A1111 or SD.Next) root folder (where you have "webui-user.bat" file) or into ComfyUI root folder if you use ComfyUI Portable

    3. From the root folder run:

      • (SD WebUI) CMD and .\venv\Scripts\activate

      • (ComfyUI Portable) run CMD

    4. Then update your PIP:

      • (SD WebUI) python -m pip install -U pip

      • (ComfyUI Portable) python_embeded\python.exe -m pip install -U pip

    5. Then install Insightface:

      • (SD WebUI) pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12)

      • (ComfyUI Portable) python_embeded\python.exe -m pip install insightface-0.7.3-cp310-cp310-win_amd64.whl (for 3.10) or python_embeded\python.exe -m pip install insightface-0.7.3-cp311-cp311-win_amd64.whl (for 3.11) or python_embeded\python.exe -m pip install insightface-0.7.3-cp312-cp312-win_amd64.whl (for 3.12)

    6. Enjoy!

    II. "AttributeError: 'NoneType' object has no attribute 'get'"

    This error may occur if there's smth wrong with the model file inswapper_128.onnx

    Try to download it manually from here and put it to the ComfyUI\models\insightface replacing existing one

    III. "reactor.execute() got an unexpected keyword argument 'reference_image'"

    This means that input points have been changed with the latest update
    Remove the current ReActor Node from your workflow and add it again

    🦊IV. ControlNet Aux Node IMPORT failed error when using with ReActor Node

    Close ComfyUI if it runs

    1. Go to the ComfyUI root folder, open CMD there and run:

    python_embeded\python.exe -m pip uninstall -y opencv-python opencv-contrib-python opencv-python-headless

    python_embeded\python.exe -m pip install opencv-python==4.7.0.72

    That's it!

    reactor+controlnet

    V. "ModuleNotFoundError: No module named 'basicsr'" or "subprocess-exited-with-error" during future-0.18.3 installation

    Then:

    python_embeded\python.exe -m pip install basicsr
    

    VI. "fatal: fetch-pack: invalid index-pack output" when you try to git clone the repository"

    Try to clone with --depth=1 (last commit only):

     git clone --depth=1 https://github.com/Gourieff/comfyui-reactor-node
    

    Then retrieve the rest (if you need):

     git fetch --unshallow
    

    Description

    FAQ

    Workflows
    SD 1.5

    Looks like we don't have an active mirror for this file right now.

    CivArchive is a community-maintained index — we catalog mirrors that volunteers upload to HuggingFace, torrents, and other public hosts. Looks like no one has uploaded a copy of this file yet.

    Some files do get recovered over time through contributions. If you're looking for this one, feel free to ask in Discord, or help preserve it if you have a copy.

    Details

    Downloads
    644
    Platform
    CivitAI
    Platform Status
    Deleted
    Created
    4/24/2025
    Updated
    5/6/2025
    Deleted
    4/24/2025

    Files

    SIMPLEReactorAndRoopFaceSwap_v10.zip

    Mirrors