hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
34.93k stars 4.93k forks source link

Blurry Faces in Multi-GPU CUDA Environment #364

Closed jinho-kim-osd closed 4 weeks ago

jinho-kim-osd commented 4 weeks ago

https://github.com/user-attachments/assets/7ce6f90c-c0cf-43c5-9d35-e17861c9e57f

When using 4 NVIDIA T4 GPUs in a CUDA environment, video outputs show blurry and patchy faces. Interestingly, this issue does not occur on Mac or when using a single GPU, suggesting a potential problem with multi-GPU processing in the CUDA setup.

denrinm commented 4 weeks ago

Got similar issue : Reinstall onxruntime will solve your issue

pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.16.3
jinho-kim-osd commented 4 weeks ago

I solved it. Thanks very much! @denrinm