Download
1 variant available
## Face Swap Workflow using ReActor + Face Model
This workflow swaps faces using a pre-saved Face Model (.safetensors)
with automatic masking for clean and realistic results.
### Features:
- Load any saved Face Model directly
- Automatic face masking with ReActor Masking Helper
- Live preview of mask and final result
- Clean blending using GFPGAN restoration
### Required Custom Nodes:
- comfyui-reactor (ReActorFaceSwap, ReActorMaskHelper, ReActorLoadFaceModel)
### Required Models:
- inswapper_128.onnx
- GFPGANv1.4.pth
- bbox/face_yolov8m.pt
- sam_vit_b_01ec64.pth
- Your Face Model (.safetensors)
### How to use:
1. Load your target image in "TARGET IMAGE" node
2. Select your Face Model in "FACE MODEL" node
3. Press Queue — done!

