martingouy / cog-faceswap

Cog wrapper for faceswap with face enhancer

Home Page:https://replicate.com/lucataco/faceswap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Cog wrapper for faceswap with face enhancer

https://replicate.com/lucataco/faceswap


Languages

Language:Python 100.0%