Skip to content

Instantly share code, notes, and snippets.

@lcuevastodoit
Last active October 10, 2020 03:37
Show Gist options
  • Save lcuevastodoit/afced323dcd3c29a0cd06558578dd888 to your computer and use it in GitHub Desktop.
Save lcuevastodoit/afced323dcd3c29a0cd06558578dd888 to your computer and use it in GitHub Desktop.
Installing FaceSwap in Linux Mint 20
wget https://github.com/deepfakes/faceswap/releases/download/v2.0.0/faceswap_setup_x64.shwget
chmod +x faceswap_setup_x64.sh
./faceswap_setup_x64.sh
sudo apt install python3-pip python3-tk python3-pil python3-pil.imagetk
pip3 install tqdm
python3 -m pip install matplotlib
pip3 install pynvml
pip3 install tensorflow==2.2
export PATH=$PATH:/home/myuser/.local/bin
python3 /home/myuser/faceswap/faceswap.py gui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment