deepfakes / faceswap

Deepfakes Software For All
https://www.faceswap.dev
GNU General Public License v3.0
49.94k stars 13.01k forks source link

Faceswap doesn't use RX 7900 XT #1348

Closed RPochyly closed 9 months ago

RPochyly commented 10 months ago

Describe the bug When trying to extract faces, Faceswap falls back to CPU with this message: 2023-08-31 15:12:03.523307: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1990] Ignoring visible gpu device (device: 0, name: AMD Radeon RX 7900 XT, pci bus id: 0000:03:00.0) with AMDGPU version : gfx1100. The supported AMDGPU versions are gfx1030, gfx900, gfx906, gfx908, gfx90a.

To Reproduce Steps to reproduce the behavior: Start face extraction with any settings (in my case it were s3fd, fan and vgg-obstructed)

Expected behavior The extraction should use the RX 7900 XT

Desktop (please complete the following information):

torzdf commented 9 months ago

You do not give enough information here about the version of Faceswap you are using. I have to take a guess an assume ROCm.

Either way (and assuming that you are using ROCm) then the issue is clearly stated in your error report: The supported AMDGPU versions are gfx1030, gfx900, gfx906, gfx908, gfx90a

You would need to take this up with the ROCm developers.