Face Swap - InsightFace + GFPGAN Used: https://github.com/deepinsight/insightface https://github.com/TencentARC/GFPGAN Tested on Python 3.10.12 Face Swap: python face_swap.py \ --input "images/the-friends.jpg" \ --face_input "images/elon_musk.jpg" \ --output "output/out1.jpg"