Metadata-Version: 2.1
Name: comfyui-faceshaper
Version: 0.0.1
Summary: Match two faces' shape before using other face swap nodes
Face-swapping tools typically only replace facial features during the swap, without altering the facial shape. When there is a significant difference in facial shape between the target person and the person in the original photo, the result of the face swap is less satisfactory.
This project is a small script that can first liquefy and stretch the face in the original photo according to the horizontal and vertical proportions of the target person's facial contour. The resulting image can be used as input for other face-swapping nodes.
Home-page: https://github.com/fssorc/ComfyUI_FaceShaper
Requires-Python: >=3.10
Requires-Dist: pyyaml
Requires-Dist: numpy
Requires-Dist: opencv-python-headless
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: pykalman
Requires-Dist: mediapipe
Requires-Dist: onnx2torch
