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

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
randomusername3
Posts: 1
Joined: Sun Sep 20, 2020 4:06 pm

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

Post 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)
Locked