hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
30.97k stars 4.29k forks source link

Empty window on MacBook m3 max #38

Closed ImLoaD closed 2 months ago

ImLoaD commented 3 months ago

Using python 3.10

Installed requirements, ffmpeg, onnxruntime-silicon 1.13.1

Run command and output:

python run.py --execution-provider coreml
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
image
ImLoaD commented 2 months ago

It seems there is an issue with Python 3.10, and I need to install version 3.11.

However, with Python 3.11, I cannot install onnxruntime-silicon version 1.13.1 (I can install version 1.14.1 at least).

This is what I understand so far.

hacksider commented 2 months ago

It seems there is an issue with Python 3.10, and I need to install version 3.11.

However, with Python 3.11, I cannot install onnxruntime-silicon version 1.13.1 (I can install version 1.14.1 at least).

This is what I understand so far.

Does 3.11 fix your issue? Sorry I don't have a mac now so this might help others as well :)

tommyj8 commented 2 months ago

Had the same issue, fixed it by installing an updated version of tcl-tk.

https://stackoverflow.com/a/61879759

ngochoaitn commented 2 weeks ago

Change python to 3.11.0 (use pyenv) Change numpy==1.24.3 in requirements.txt