TencentARC/AnimeSR

[BUG] Model not found, but is in the weight folder.

Jumaron opened this issue · 2 comments

Hey guys,

i encountered a big while installing where the program tells me that the Model was not found in the weight Folder.
But it is in the weight Folder, already tried reinstalling and so on.

Error2

Above the console log.

Thanks for any help in advance!

This is not because the Model was not found, it seems to be because some commands in the script are not compatible with Windows. Based on what I searched on stackoverflow, the following are possible solutions.

First make sure you have installed ffmpeg correctly, and then modify the code on line 326 of the script to subprocess.call(' '.join(cmd), shell=True).

I misstyped the path of ffmpeg on the environment table, that fixed it thanks a lot!