Real-ESRGAN
Real-ESRGAN copied to clipboard
Wrong Readme
A small detail, but which can cause problems for cmd neophytes: README_windows.md says :
./realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png
When it should say :
start realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png
./realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png This is telling you to input whatever filepath you have infront of realesrgan-ncnn-vulkan.exe There's nothing wrong with it. If you've already navigated to it, you don't need to use start nor do you need to add the filepath. You would just do realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png