-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Description
Hello! I'm experiencing the same issue as reported in #1098 with my RTX 5080. The face swapper works fine with CUDA, but the face enhancer fails with:
DLC.FACE-ENHANCER: Error during face enhancement: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
What I've tried:
Latest PyTorch versions (2.4.0, nightly builds with CUDA 12.4)
Different execution providers
Face swapper works perfectly on CUDA, only enhancer fails
System:
GPU: NVIDIA RTX 5080
CUDA: 12.4
Deep-Live-Cam version: [your version]
Since #1098 was closed mentioning that version 2.0 is exclusive, I wanted to check if there's any update or workaround for RTX 50xx series cards? The face enhancer worked in version 1.8 according to the previous issue reporter.
Is there any ETA for when this will be fixed, or any temporary solution to make face enhancer work with RTX 5080?
Thank you!