gitmylo / DeepFakeGui

A properly working gui for First order model. Attempts to fully install, requires visual studio sdk for c++ 2017
9 stars 4 forks source link
ai deepfake ffmpeg first-order-model first-order-motion-model gui image python pytorch video

Notice

There were no virtual environments used, I will need to recode a version that does use venv environments. For cleaner code and less issues with it reinstalling packages or downgrading/upgrading packages you need for another project. I will make sure to implement this if I continue working on this project some day.

Introduction

DeepFakeGui is a gui for the first order motion model it uses ffmpeg to prepare images automatically, and adds the audio back to the video, using ffmpeg.

make sure you have a dataset from the original project from Google drive or Yandex, i recommend vox-adv-cpk, which is for facial animation (from original repo)

FOM has some issues on newer version of python, this gui aims to fix that by patching the files with simple changes to make it compatible. there will be warnings, but errors should be gone from the training.

Requirements

some things are not automatically installed, you will need to install them yourself

Gui:

Gui

Fixes to known issues