inswapper icon indicating copy to clipboard operation
inswapper copied to clipboard

environment pip freeze needed

Open BurakTasdemir opened this issue 2 years ago • 2 comments

restoration.py uses basicsr and facelib libraries and they are not mentioned in the requirements.txt. Current versions of these libraries does not match with the restoration.py. Can you provide pip freeze for the working environment

BurakTasdemir avatar Jul 19 '23 06:07 BurakTasdemir

Those two are from the CodeFromer. That's why you need git clone https://huggingface.co/spaces/sczhou/CodeFormer step.

Screenshot 2023-07-21 at 2 03 47 AM

If you do that, you will be able to import successfully.

Checking out how to setup codeformer properly might help too.

swanhtet1992 avatar Jul 20 '23 19:07 swanhtet1992

Do you have Git Large File Storage (LFS) installed?

Git-LFS is required to download CodeFormer files

AbeEstrada avatar Aug 28 '23 17:08 AbeEstrada