Skip to content

MagicAPI/cog-faceswap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%