the-database / mpv-upscale-2x_animejanai

Real-time anime upscaling to 4k in mpv with Real-ESRGAN compact models
Other
287 stars 6 forks source link

Update Installer Powershell Script #6

Closed dvize closed 1 year ago

dvize commented 1 year ago

I went through your powershell script and it always failed for me so i fixed it up to make it more accessible until you come out with preconfigured 'packages' for v2

Improvements.

  1. No need to redownload files if they are already downloaded. (thats also why cleanup is commented out - let users delete the remainder files themselves since we only need the C:\mpv.net folder).
  2. mpv.net folder was not being copied correctly to C:\mpv.net because it was missing recurse.
  3. Also fixed the download of $fileMpvUpscale = "mpv-upscale-2x_animejanai.zip" as it caused errors as a bit transfer when it should be a web request.