upscaler-bot / real-esrgan /Upscaling Notes.txt
PawinC's picture
Upload 13 files
65a646d verified
raw
history blame contribute delete
No virus
998 Bytes
Sample Command:
./realesrgan-ncnn-vulkan -i input -o output -s 2 -t 512 -n realesrgan-x4plus-anime -g 0 -j 1:1:1 -f png -v
===============================================================================
Usage: realesrgan-ncnn-vulkan -i infile -o outfile [options]...
-h show this help
-i input-path input image path (jpg/png/webp) or directory
-s scale upscale ratio (can be 2, 3, 4. default=4)
-t tile-size tile size (>=32/0=auto, default=0) can be 0,0,0 for multi-gpu
-m model-path folder path to the pre-trained models. default=models
-n model-name model name (default=realesr-animevideov3, can be realesr-animevideov3 | realesrgan-x4plus | realesrgan-x4plus-anime | realesrnet-x4plus)
-g gpu-id gpu device to use (default=auto) can be 0,1,2 for multi-gpu
-x enable tta mode
-f format output image format (jpg/png/webp, default=ext/png)
-v verbose output