Page 1 of 1

manual selection of GPU on Win10

Posted: Mon Feb 24, 2020 2:24 am
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?


Re: manual selection of GPU on Win10

Posted: Mon Feb 24, 2020 9:56 am
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


Re: manual selection of GPU on Win10

Posted: Mon Feb 24, 2020 7:33 pm
by abigflea

Thank You.