CodeFormer
CodeFormer copied to clipboard
on M1 module not found
(codeformer) stevenj@StevenJdeMacBook-Pro CodeFormer % python inference_codeformer.py -w 0.7 --input_path ./inputs/TestWhole
Traceback (most recent call last):
File "inference_codeformer.py", line 9, in
I am new and on M1 macbookpro, I tried to install facelib myself and does not work either. How to fix this error?
No additional installation is needed for facelib, as it is already included in the project. So please ensure that your CodeFormer code is complete and should contain the facelib folder.
If the code is complete, it is recommended that you create a new virtual Conda environment and try reinstalling following the steps in this link: https://github.com/sczhou/CodeFormer#dependencies-and-installation
thank you! issue resolved.