Alex Chychkan
Alex Chychkan
With recent fixes, now there's partial support for M1 laptops. XSeg is still not working (there's separate open issue https://github.com/chychkan/DeepFaceLab_MacOS/issues/77), but the rest of the scripts should be usable now.
@cantonalex I would suggest starting from scratch, just to avoid any weird leftovers from previous attempts, so clone this repo afresh. If still the same error, then you can also...
Yeah, there's a problem with metal. Looks like the code of DeepFaceLab itself needs to be adjusted to support GPU on M1's.
I expect to get an M1 within next couple weeks and will look into it then.
@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...
Oh, cool! No, haven't looked into it yet. Will take a look when I get some time. Thanks!
Hi @maxiedaniels! Thanks for reporting this! At the moment the repo does not support Python 3.11. The default file `requirements.txt` that is being picked up is intended for 3.7, 3.8...
Hmm, interesting indeed. It might be that the shell picks up the `virtualenv` from python 3.11. I would suggest to double check it with command: `virtualenv --version`. Also, just in...