Cannot found any face centering option

If training is failing to start, and you are not receiving an error message telling you what to do, tell us about it here


Forum rules

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

This forum is for reporting errors with the Training process. If you want to get tips, or better understand the Training process, then you should look in the Training Discussion forum.

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

Locked
User avatar
userpooo
Posts: 2
Joined: Thu Dec 10, 2020 7:33 pm
Has thanked: 1 time

Cannot found any face centering option

Post by userpooo »

Image

Faceswap is up to date, it cannot found any train option which is about the face centering.
may i know what happened :| :| :| :| :|

User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: Cannot found any face centering option

Post by bryanlyon »

Which version are you using? Check the output of your system info:

GUI Users: Go to Help -> Output system information

CLI Users: From inside your virtual environment, inside your faceswap folder, run:

Code: Select all

python -c "from lib.sysinfo import sysinfo ;  print(sysinfo)"
Locked