Search found 8 matches

by geewiz94
Thu Jun 16, 2022 11:02 am
Forum: Installation Support
Topic: installing on apple silicon (m1 pro)
Replies: 15
Views: 6083

Re: installing on apple silicon (m1 pro)

Backend gets set correctly now :)

by geewiz94
Thu Jun 16, 2022 10:28 am
Forum: Installation Support
Topic: installing on apple silicon (m1 pro)
Replies: 15
Views: 6083

Re: installing on apple silicon (m1 pro)

Nice, I'm getting no more errors! I also checked that GPU training works, seems to be fine!

by geewiz94
Thu Jun 16, 2022 10:14 am
Forum: Installation Support
Topic: installing on apple silicon (m1 pro)
Replies: 15
Views: 6083

Re: installing on apple silicon (m1 pro)

[mention]torzdf[/mention] I tried out your branch and fixed some issues: https://github.com/deepfakes/faceswap/pull/1238 Note that setup.py doesn't ask for Apple Silicon, so the backend gets set to CPU. This: python setup.py --apple-silicon worked though. Setup runs successfully using my PR, but whe...
by geewiz94
Fri May 13, 2022 8:31 am
Forum: Hardware
Topic: Working on Faceswap for M1 Mac
Replies: 7
Views: 28947

Re: Working on Faceswap for M1 Mac

Good news! M1 support has now been merged into the main branch :D
See the first post above.

by geewiz94
Thu Apr 21, 2022 12:51 pm
Forum: Hardware
Topic: Working on Faceswap for M1 Mac
Replies: 7
Views: 28947

Re: Working on Faceswap for M1 Mac

Make sure you're using the right version. The changes for M1 are not yet merged into the main repo. Try using this fork and check the install instructions: https://github.com/geewiz94/faceswap/tree/patch-1 I ran some tests with the version above (credit to daniellivingston), now all the models seem ...
by geewiz94
Thu Feb 17, 2022 12:14 pm
Forum: Hardware
Topic: Working on Faceswap for M1 Mac
Replies: 7
Views: 28947

Re: Working on Faceswap for M1 Mac

Nothing new from my side, I think FS needs to have Python 3.9 and/or Tensorflow 2.7.0 support for this to properly work. I don't have enough Python/Tensorflow experience to implement this myself, so I'm waiting for a FS update before I continue to test on M1. The tensorflow-macos package is on the b...
by geewiz94
Sun Dec 05, 2021 2:07 pm
Forum: Hardware
Topic: Working on Faceswap for M1 Mac
Replies: 7
Views: 28947

Re: Working on Faceswap for M1 Mac

Made some progress: I managed to modify GPUStats enough to start training in GPU mode. Now I'm getting: cannot import name 'get_custom_objects' from 'keras.utils' 12/05/2021 14:44:41 MainProcess MainThread logger log_setup INFO Log level set to: INFO 12/05/2021 14:44:41 MainProcess MainThread gpu_st...
by geewiz94
Sat Dec 04, 2021 4:57 pm
Forum: Hardware
Topic: Working on Faceswap for M1 Mac
Replies: 7
Views: 28947

Working on Faceswap for M1 Mac

Edit: M1 support has now been added to FS! Many thanks to daniellivingston and [mention]torzdf[/mention] for updating to Tensorflow 2.8 and merging! This means there is now GPU support on M1 Macs. According to my tests, all the models seem to be working! If there are any issues, feel free to respond...