Nodes Browser

ComfyDeploy: How ComfyUI-PiAPI-Faceswap works in ComfyUI?

What is ComfyUI-PiAPI-Faceswap?

A simple ComfyUI nodes that integrates [a/PiAPI faceswap](https://piapi.ai/faceswap-api) service into ComfyUI. This can be helpful if you're trying to create a workflow that includes faceswap for commercial usage.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-PiAPI-Faceswap and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-PiAPI-Faceswap

A simple ComfyUI nodes that integrates PiAPI faceswap service into ComfyUI. This can be helpful if you're trying to create a workflow that includes faceswap for commercial usage.

Installation

git clone repository into ComfyUI/custom_nodes

Usage

Add in your api_key to run the service. The node takes a base image (the image on which to perform the faceswap) and a target image (the image with the target face) as input. The node automatically crops the face and scales it for optimal performance and cost control.

Workflow

TBD