You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Face mask not applied correctly with CUDA 12.8 + ONNXRuntime-GPU 1.22.0 (RTX 5090)
Description:
Running the Deep Live Cam faceswap application with CUDA=12.8 and onnxruntime-gpu=1.22.0 on an RTX 5090 (32GB) results in incorrect masking. The face mask is not applied properly and causes constant flickering during inference.
Steps to Reproduce:
Run Deep Live Cam with ONNXRuntime-GPU.
Use RTX 5090 (32GB) and CUDA 12.8.
Observe that the mask flickers and does not correctly align with the face.
Expected Behavior:
The mask should be applied consistently without flickering.