Last active
October 10, 2020 03:37
-
-
Save lcuevastodoit/afced323dcd3c29a0cd06558578dd888 to your computer and use it in GitHub Desktop.
Installing FaceSwap in Linux Mint 20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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