Page 1 of 1

Fixing the issue of FaceSwap GUI not starting due to Tensorflow not being installed

Posted: Sun Sep 20, 2020 4:38 pm
by randomusername3

Well here's what I did, since the installer failed to install Tensorflow:

  • Go to the faceswap folder in C://Users/YOUR-USERNAME/
  • Open a terminal window
  • Drag faceswap_win_launcher.bat into terminal window
  • Run
  • Get error message, check if it really is a tensorflow problem
  • If so, run: pip install tensorflow==2.2 (2.3 is seemingly not supported atm)
  • Update Microsoft Visual C++ while you're at it
  • Restart IF you did the previous step
  • It should now run (well, at least it did for me)