Real-ESRGAN icon indicating copy to clipboard operation
Real-ESRGAN copied to clipboard

Wrong Readme

Open SeBL4RD opened this issue 2 years ago • 1 comments

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

SeBL4RD avatar Sep 11 '22 17:09 SeBL4RD

./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

TechnoMasterBoy avatar Sep 15 '22 10:09 TechnoMasterBoy