iperov / DeepFaceLive

Real-time face swap for PC streaming or video calls
GNU General Public License v3.0
26.31k stars 4.49k forks source link

Bundle newer CUDA libs for significant performance uplift on nvidia 4XXX cards #173

Closed ghalta22 closed 1 year ago

ghalta22 commented 1 year ago

Swapping the bundled CUDA dll's with newer versions (cuda 11.8 + cudnn 8.8.0) provides a massive (100%) increase in fps on a 4090. 11.8 appears to be working well as a drop in replacement, so this might be as simple as bumping the version of pytorch the build script pulls them from?

Noticed development was active again, posting as an FYI if you plan further releases. Thank you for all your work on this software!