Manu Muraleedharan

Results 7 comments of Manu Muraleedharan

Install ffmpeg directly in windows. One option is using choco - choco install ffmpeg.

I did the above one and works for me too.

Can you try to use my repo and see: https://github.com/manumaan/Deep-Live-Cam-Mac I have updated core logic to utilze the mac metal gpu.

torch with cuda should be installed from pytorch index and not from pypi index.. pip install torch torchvision torchaudio torch_tensorrt --index-url https://download.pytorch.org/whl/cu118 this has worked for me. I can use...

Thanks @galoisgroupcn Following your steps I was able to make it run on RTX 2050. FPS went fro 0.4 to 1.5 now. Is there any way to bring it up...

I am unable to build it on Mac M1. It gives many errors, including stuff like mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64...