ComfyUI Face Swap Workflow
Workflow
SDXL 1.0
Workflow
SDXL 1.0
v1.0

ComfyUI Face Swap Workflow

Creator
⭐ 0.0
⬇ 18,762 Downloads
👁 2 Views
🖼 1 Images

About this model

(Leave a comment if you have trouble installing the custom nodes/dependencies, I'll do my best to assist you!)

This simple workflow consists of two main steps: first, swapping the face from the source image to the input image (which tends to be blurry), and then restoring the face to make it clearer. Feel free to customize the fidelity value to your preference; I've initially set it to a default of 1.000.

If you’ve found my work helpful, consider buying a coffee to show your support. Thank you! id="heading-98">Prerequisites (Custom Nodes):

You can install either of these custom nodes using ComfyUI Manager or clone them with Git:

  1. ReActor Node for ComfyUI: CF (Code Former): />

    Installation guides (as provided on their respective GitHub pages):

    ReActor:

    1. Go to the ComfyUI\custom_nodes directory.

    2. Open the Console and run the following command:

    git clone Run install.bat.

    4. Run ComfyUI and find the ReActor Node inside the menu under "image/postprocessing" or by using the search function.

    Facerestore CF:

    • Git clone this node to the ComfyUI/custom_nodes folder:

    • cd ComfyUI/custom_nodes

    • git clone you are running the portable Windows version of ComfyUI, run embedded_install.bat. Windows users not running the portable version can run install.bat. Linux and macOS users can run install.sh. If the installation fails for any reason, you will need to manually install opencv-python to resolve a "cv2 not found" error.

    Face Restoration Models

    These models perform the face restoration. If you use automatic1111 you probably already have them but if not here are the download links. Just put them in models/facerestore_models/

    detection models

    The face restoration model only works with cropped face images. A face detection model is used to send a crop of each face found to the face restoration model. These will automaticly be downloaded and placed in models/facedetection the first time each is used. Here's the links if you'd rather download them yourself.

    also gets downloaded and put in the facedetection folder. It's used to put the restored faces back into the original image.

Related Models

Similar AI models you may like