manual selection of GPU on Win10

Talk about Hardware used for Deep Learning


Locked
User avatar
abigflea
Posts: 182
Joined: Sat Feb 22, 2020 10:59 pm
Answers: 2
Has thanked: 20 times
Been thanked: 62 times

manual selection of GPU on Win10

Post by abigflea »

I have a clean install of the current Faceswap and would like to set the secondary GPU for Faceswap processing .
Im very new to Python and don't quite understand how to run (apparently) PlaidML-setup to change it.
Or is there some INI file I can adjust?

:o I dunno what I'm doing :shock:
2X RTX 3090 : RTX 3080 : RTX: 2060 : 2x RTX 2080 Super : Ghetto 1060

User avatar
torzdf
Posts: 2671
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: manual selection of GPU on Win10

Post by torzdf »

I assume you are running AMD cards?

If so....

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
plaidml-setup

Then follow the prompts to select your card

My word is final

User avatar
abigflea
Posts: 182
Joined: Sat Feb 22, 2020 10:59 pm
Answers: 2
Has thanked: 20 times
Been thanked: 62 times

Re: manual selection of GPU on Win10

Post by abigflea »

Thank You.

:o I dunno what I'm doing :shock:
2X RTX 3090 : RTX 3080 : RTX: 2060 : 2x RTX 2080 Super : Ghetto 1060

Locked