https://github.com/andchir/insightface_gfpgan
InsightFace + GFPGAN
https://github.com/andchir/insightface_gfpgan
faceswap gfpgan insightface
Last synced: 4 months ago
JSON representation
InsightFace + GFPGAN
- Host: GitHub
- URL: https://github.com/andchir/insightface_gfpgan
- Owner: andchir
- Created: 2024-09-14T14:48:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T19:10:28.000Z (about 1 year ago)
- Last Synced: 2025-02-21T18:16:35.622Z (8 months ago)
- Topics: faceswap, gfpgan, insightface
- Language: Python
- Homepage:
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Swap: InsightFace + GFPGAN
Used:
https://github.com/deepinsight/insightface
https://github.com/TencentARC/GFPGANTested 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"
~~~