Use the waifu2x-caffe-cui.exe CLI tool
masterThe waifu2x-caffe-cui.exe is the command-line interface (CUI) version of the tool. You can use it to perform batch image conversions via a command prompt.
To view all available commands and help information, run:
waifu2x-caffe-cui.exe --helpAn example command for converting a single image with specific noise reduction and scaling settings:
waifu2x-caffe-cui.exe -i mywaifu.png -m noise_scale --scale_ratio 1.6 --noise_level 2Note: The output filename is automatically generated based on the model, mode, noise level, and magnification ratio used.
waifu2x-caffe-cui.exe -i mywaifu.png -m noise_scale --scale_ratio 1.6 --noise_level 2