CodeFormer
CodeFormer copied to clipboard
Video: ModuleNotFoundError: No module named 'lpips'
D:\AI\CodeFormer>python inference_codeformer.py --bg_upsampler realesrgan --face_upsample -w 1.0 --input_path "D:\AI\CodeFormer\inputs\RusRul.mp4"
Traceback (most recent call last):
File "D:\AI\CodeFormer\inference_codeformer.py", line 7, in

Facing same issue
I am facing the same issue, no solution yet?
Try pip install lpips. This works for me.