Having trouble on macOS Catalina 10.15.7

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
curtisconners
Posts: 4
Joined: Wed Feb 15, 2023 12:11 pm

Having trouble on macOS Catalina 10.15.7

Post by curtisconners »

Ran python setup .py

saw a couple issues

first i saw

INFO Setup in Darwin 19.6.0
INFO Installed Python: 3.9.16 64bit
INFO Running in Conda
INFO Running in a Virtual Environment
INFO Encoding: UTF-8
INFO Installed pip: 22.3.1
/bin/sh: conda: command not found
INFO AMD Support:
This version is deprecated and will be removed from a future update.
Nvidia Users MUST answer 'no' to this option.

then it did it's thing... but stopped on this...

FileNotFoundError: [Errno 2] No such file or directory: 'conda'
(faceswap) simoncartier@simons-MacBook-Pro faceswap %

what do you guys think?

User avatar
torzdf
Posts: 2651
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 129 times
Been thanked: 622 times

Re: Having trouble on macOS Catalina 10.15.7

Post by torzdf »

You need to make sure Conda is installed and accessible from your PATH:

https://github.com/deepfakes/faceswap/b ... al-install

My word is final

User avatar
curtisconners
Posts: 4
Joined: Wed Feb 15, 2023 12:11 pm

Re: Having trouble on macOS Catalina 10.15.7

Post by curtisconners »

So I was trying to install this on my macbook laptop. my daily workhorse, it's from 2012.

under the hood:
processor: 2.5 GHz Dual-Core Intel Core i5
graphics: Intel HD Graphics 4000 1536 MB

I have a lenovo gaming laptop i could run faceswap on

under the hood:

Processor:Intel Core i7-5500U 2 x 2.4 - 3 GHz (Intel Core i7)
Graphics adapter: AMD Radeon R9 M375

I have a feeling the installation process and the overall performance and experience would be better if I start over on the Lenovo laptop. Am I correct?

User avatar
torzdf
Posts: 2651
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 129 times
Been thanked: 622 times

Re: Having trouble on macOS Catalina 10.15.7

Post by torzdf »

Definitely better on the gaming laptop, yes. I would say it would be almost unusable on that Mac.

If using the Gaming laptop, make sure you select the "DIRECTML" version of Faceswap.

Install guide:
viewtopic.php?t=20

My word is final

User avatar
curtisconners
Posts: 4
Joined: Wed Feb 15, 2023 12:11 pm

Re: Having trouble on macOS Catalina 10.15.7

Post by curtisconners »

yeah, i dont mind these old macbooks to bring around with me. if i drop it, or my bag gets stolen, whatever. i bought it for $150 and put some sweat equity to update the OS.

i didn't even consider that the graphics card is only marginally better than a tin can with "graphics card" written on it in sharpie.

just to clarify though, even though the lenovo is an older laptop - will that graphics card be sufficient for a good experience with face swap or should i upgrade the card... or my whole rig to run the thing...

User avatar
torzdf
Posts: 2651
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 129 times
Been thanked: 622 times

Re: Having trouble on macOS Catalina 10.15.7

Post by torzdf »

I would say it should work (based on a quick google of the specs) but it isn't going to be stellar performance. For that you'd really want an Nvidia GPU with 8GB+ VRAM.

However, for playing around and getting to know the program, it should be ok

My word is final

User avatar
curtisconners
Posts: 4
Joined: Wed Feb 15, 2023 12:11 pm

Re: Having trouble on macOS Catalina 10.15.7

Post by curtisconners »

thanks g

Locked