Djdefrag / QualityScaler

QualityScaler - image/video AI upscaler app
MIT License
2.1k stars 155 forks source link

[BUG] Error while upscaling #35

Open mriamnobody opened 1 year ago

mriamnobody commented 1 year ago

I'm using Windows 11 and Python 3.10.7 with QualityScaler 1.14. I'm encountering an issue while trying to upscale an FLV video file. The error message I'm receiving is: [Errno 2] No such file or directory: C:\\Users\\rosha\\Downloads\\Compressed\\QualityScaler-1.14\\AI\\BSRGANx4.pth

Djdefrag commented 1 year ago

Hi my friend, it seems that you didn't download the AI models, you can find them here: https://drive.google.com/drive/folders/13kfr3qny7S2xwG9h7v95F5mkWs0OmU0D

In particular, QualityScaler supports BSRGAN and RealSR_JPEG, so you have to download:

Once you have downloaded these files, create a folder in the QualityScaler folder called "AI" and put the .pth files in it

:)