Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 499 Bytes

faceswap Cog model

This is semi-custom implementation of faceswap as a Cog model, based on the original code of roop. Cog packages machine learning models as standard containers.

First, download the pre-trained weights:

cog build -t faceswap

Then, you can run predictions:

cog predict -i target_image=@tony.jpg -i swap_image=@elon.jpg

Example Output

Example output for sample inputs:

alt text