newchcoder
newchcoder
> `pip install -r requirements.txt` 安装依赖包 非常感谢
> ffmpeg installed, still no output of video, no "results/video_0.5" folder. no error prompt > > Face detection model: retinaface_resnet50 Background upsampling: True, Face upsampling: True > > All results...
我也是遇到了这个情况,但是我试了一下其他电脑也是不行的,好像只有我常用的浏览器才能登陆
Same problems
edit the inference.py and add this after the import ``` torch.backends.cudnn.benchmark = True torch.backends.cudnn.enabled = True ```
> python inference_codeformer.py --bg_upsampler realesrgan --face_upsampl After running this command, there are nothing in result methods. Ffmepg has already installed but still not working. I didn't have the slightest idea……