Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

Why it just shows a black block?

Open JilinJL opened this issue 7 months ago • 10 comments

Image

JilinJL avatar Apr 30 '25 05:04 JilinJL

Is there any payment that I should do or some bugs else?

JilinJL avatar Apr 30 '25 05:04 JilinJL

i have the same issue

migueljaneiro avatar Apr 30 '25 11:04 migueljaneiro

Same issue

noadevereux avatar May 01 '25 13:05 noadevereux

Hello guys, it seems the problem is comming from the source image (the quality should be high, looking straight) or from onnx run setup. for more info please check this video https://www.youtube.com/watch?v=p7hjO2ZrfRU

mohisa56 avatar May 01 '25 13:05 mohisa56

I solved the issue through this

pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.16.3

noadevereux avatar May 01 '25 13:05 noadevereux

I solved the issue through this

pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.16.3

ok I'll try it,thank you

JilinJL avatar May 01 '25 13:05 JilinJL

Just wanted to say this is super helpful! Appreciate your work.

Imaxden4ik avatar May 04 '25 13:05 Imaxden4ik

It is now confirmed that python3.12 and above will only install onnxruntime-gpu==1.17.0.
I switched to python3.10 and onnxruntime-gpu==1.16.3 can be installed!

JilinJL avatar May 06 '25 01:05 JilinJL

I solved the issue through this

pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.16.3

The Best Answer, It totally works!

JilinJL avatar May 06 '25 02:05 JilinJL

I solved the issue through this

pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.16.3

when i use onnx 1.16.3 it outputs this:

RuntimeError: D:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:743 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasn't able to be loaded. Please install the correct version of CUDA and cuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported.

do i also need to change my cuda version to 11.8?

noelandookay avatar Jun 14 '25 19:06 noelandookay