-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XSeg editor does not run on Apple M1 #77
Comments
Is there GPU support? |
The issue is tagged as "stale issue" due to no activity in 30 days. If there is no activity for 15 more days, the issue will be closed. |
Bumping this because this isn't working for me too. @chychkan were you able to find a workaround? I've tried installing |
@rolandinthedeep yeah, PyQt5 is not compatible with M1 and DeepFaceLab itself is not compatible with PyQt6. One possible path forward could be to upgrade DeepFaceLab to PyQt6, but I didn't have time to look into that. |
I found PR #5523 that uses PySide6 instead of PyQt. I switched to this and now I'm able to train and use the XSeg editor on my M1 Mac mini! Steps I followed
Temporary bug and workaroundAt this point, you may run into different problems. It appears there is a bug in the latest update to
NotesI'm completely new to the XSeg editor, so I don't know if it is working 100%. But it does launch, loads my frames, and seems to let me save changes. |
Run on Apple air M1 successfully, Thanks for your effort to fix it. |
Hi, When I tried with the PR I get this error : Did you get that ? |
Hi does it still work? I also got m1 mbp |
Hey @andrewortwein can you tell me which python version you use and all the versions of requirements_3.9_arm64.txt in your working solution? Because for me it works but when I train a model in the training preview, 3 from all 5 columns are grey and never update on each frame for some reason |
It's been many months since I've tried that, but I do still have the env around and here are the settings it's in: python version: 3.9
|
@andrewortwein Thank you very much, it works for me now! |
My training previews of columns 3 , 5 and 6 are empty. And my loss is also not going down. As if model is not learning , just calculating bunch of stuff. |
Did you try to run it with SAEHD? The issue for me was I was using quick96 instead of SAEHD |
The
./scripts/xseg.sh
script fails with the following error:The root cause is that DeepFaceLap codebase is not compatible with
PyQt6
which we install on M1 laptops.The text was updated successfully, but these errors were encountered: