Skip to content

giuliano-macedo/baka_mitai_meme_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baka Mitai meme generator using First Order Motion Model

hardware requirements

  • CUDA compatible GPU [Optional]
  • ~3.7GB of RAM in GPU mode, or ~2.4GB in CPU mode

It is recomended to have a CUDA compatible GPU, since running on the CPU could take hours depending on your system.

pre-requirements

instalation

pip install -r requirements.txt

usage

./main.py [image path]

results will be saved in the folder ./results

use ./main.py --help for more information.

acknowledgements

Thanks to mohammedri for his awesome First Order Motion Model repo, none changes to his original work were made