Insta Baka Mitai
Create your own Baka Mitai deepfake on your computer with one (kinda) command!
git clone git@github.com:framp/insta-baka-mitai.git
cd insta-baka-mitai
# Download files from https://www.kapwing.com/resources/baka-mitai-dame-da-ne-meme/#3-add-four-files-to-the-folder
# You'll need vox-cpk.pth.tar and bakamitai_template.mp4
docker build . -t baka-mitai-cpu -f baka-mitai-cpu.Dockerfile
docker run -m 4g -i --rm baka-mitai-cpu < ~/Downloads/me.png > result.mp4
This will work on any computer and it will use your CPU - so if you have a Nvidia GPU you may want to look elsewhere to generate results faster. I'm open to contributions with the necessary changes to support CUDA.
Original repo & paper
Go and checkout the original repo and paper First Order Motion Model for Image Animation by Aliaksandr Siarohin, Stéphane Lathuilière, Sergey Tulyakov, Elisa Ricci and Nicu Sebe.