Traceback (most recent call last):
File "afy/cam_fomm.py", line 316, in <module>
out = predictor.predict(frame)
File "C:\Users\Fynn\avatarify\afy\predictor_local.py", line 104, in predict
use_relative_jacobian=self.relative, adapt_movement_scale=self.adapt_movement_scale)
File "C:\Users\Fynn\avatarify\afy\predictor_local.py", line 28, in normalize_kp
jacobian_diff = torch.matmul(kp_driving['jacobian'], torch.inverse(kp_driving_initial['jacobian']))
RuntimeError: CUDA error: operation not supported when calling `cusparseCreate(handle)
Describe the bug Finally i got it to start. But then when i align my face and press x, the programm crashes and i get an error.
Info:
OS: Windows
GPU model: NVIDIA GeForce RTX 4080
Any other relevant information: Dont know if Pytorch, Cuda 11.7 & the 4080 are compatible...