my pc using intel graphics card not amd radeon plz help

Talk about Hardware used for Deep Learning


Locked
User avatar
waseemmd38
Posts: 14
Joined: Thu Aug 13, 2020 5:50 am

my pc using intel graphics card not amd radeon plz help

Post by waseemmd38 »

in my pc faceswap use intel graphics card not amd radeon.there is any trick or any setting to solve the problem. plz reply

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

Re: my pc using intel graphics card not amd radeon plz help

Post by torzdf »

If you open the GUI and go to the help menu > Output System Info, please post the output here.

My word is final

User avatar
waseemmd38
Posts: 14
Joined: Thu Aug 13, 2020 5:50 am

Re: my pc using intel graphics card not amd radeon plz help

Post by waseemmd38 »

Code: Select all

system information
encoding:            cp1252
git_branch:          master
git_commits:         59023ad Update .dockerignore (#1041)
gpu_cuda:            No global version found. Check Conda packages for Conda Cuda
gpu_cudnn:           No global version found. Check Conda packages for Conda cuDNN
gpu_devices:         GPU_0: Intel(R) Corporation - Intel(R) HD Graphics 620 (experimental)
gpu_devices_active:  GPU_0
gpu_driver:          ['25.20.100.6518']
gpu_vram:            GPU_0: 2423MB
os_machine:          AMD64
os_platform:         Windows-10-10.0.18362-SP0
os_release:          10
py_command:          C:\Users\SHAKEEL\faceswap/faceswap.py gui
py_conda_version:    conda 4.8.4
py_implementation:   CPython
py_version:          3.7.7
py_virtual_env:      True
sys_cores:           4
sys_processor:       Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
sys_ram:             Total: 6059MB, Available: 3111MB, Used: 2948MB, Free: 3111MB
User avatar
waseemmd38
Posts: 14
Joined: Thu Aug 13, 2020 5:50 am

Re: my pc using intel graphics card not amd radeon plz help

Post by waseemmd38 »

no one is replying 😭😭

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

Re: my pc using intel graphics card not amd radeon plz help

Post by torzdf »

Your AMD card has not been detected (for whatever reason).

First I'd make sure your AMD drivers are up to date.

My word is final

User avatar
waseemmd38
Posts: 14
Joined: Thu Aug 13, 2020 5:50 am

Re: my pc using intel graphics card not amd radeon plz help

Post by waseemmd38 »

I have updated my driver and now faceswap uses only intel HD graphic. plz help

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

Re: my pc using intel graphics card not amd radeon plz help

Post by torzdf »

Try this:

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
plaidml-setup

Make sure you select "Yes" to "Enable Experimental"

Follow the prompts to enable your AMD GPU

Try Faceswap again.

If your AMD card does not show up in plaidml-setup then most likely it is not supported.

My word is final

User avatar
waseemmd38
Posts: 14
Joined: Thu Aug 13, 2020 5:50 am

Re: my pc using intel graphics card not amd radeon plz help

Post by waseemmd38 »

how to activate opencl_amd_hainan.0

Locked