codeformer安装完成后处理照片正常,无法处理视频,报错如下:
Traceback (most recent call last):
File "C:\Users\Bob\CodeFormer\inference_codeformer.py", line 116, in <module>
raise FileNotFoundError("\nInput file is not found.")
FileNotFoundError:
Input file is not found.
用notepad++看过inference_codeformer.py文件,没有简繁体中文的问题。
硬件环境:RTX2070。CUDA11.7已装。
我也安装了GUI版,处理照片正常,但处理视频速度慢的不正常,一个11兆的视频需要几个小时,资源管理器里显卡GPU使用率在百分之几徘徊,CPU占用率百分之六七十。
是不是要装repo?
求指点