Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Core dependencies error for mac silicon
Another issue, trying to uninstall the onnx runtime for Silicon Macs
pip install onnxruntime-silicon==1.13.1
WARNING: Skipping onnxruntime as it is not installed.
WARNING: Skipping onnxruntime-silicon as it is not installed.
ERROR: Could not find a version that satisfies the requirement onnxruntime-silicon==1.13.1 (from versions: none)
ERROR: No matching distribution found for onnxruntime-silicon==1.13.1
Another issue, trying to uninstall the onnx runtime for Silicon Macs
pip install onnxruntime-silicon==1.13.1 WARNING: Skipping onnxruntime as it is not installed. WARNING: Skipping onnxruntime-silicon as it is not installed. ERROR: Could not find a version that satisfies the requirement onnxruntime-silicon==1.13.1 (from versions: none) ERROR: No matching distribution found for onnxruntime-silicon==1.13.1
try python3.10
try python3.10
Yep, 3.10 worked for me.
Do you have good performance on apple silicon? I have M1 and it's horribly choppy as if no acceleration is applied. I'm running it with --execution-provider coreml
Do you have good performance on apple silicon? I have M1 and it's horribly choppy as if no acceleration is applied. I'm running it with
--execution-provider coreml
I'm using M3 Pro with 18GB ram and I'm getting like 3fps in the camera
Do you have good performance on apple silicon? I have M1 and it's horribly choppy as if no acceleration is applied. I'm running it with
--execution-provider coremlI'm using M3 Pro with 18GB ram and I'm getting like 3fps in the camera
That's fast, my M1 Pro is running less than 1fps...