HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

waifu2x-ncnn-vulkan — Image upscaler for manga/anime-style images using NCNN neural network framework. More information: <

Submitted by: @import:tldr-pages··
0
Viewed 0 times
waifu2x-ncnn-vulkancommandupscalercliimageanimeformanga

Problem

How to use the waifu2x-ncnn-vulkan command: Image upscaler for manga/anime-style images using NCNN neural network framework. More information: <https://github.com/nihui/waifu2x-ncnn-vulkan>.

Solution

waifu2x-ncnn-vulkan — Image upscaler for manga/anime-style images using NCNN neural network framework. More information: <https://github.com/nihui/waifu2x-ncnn-vulkan>.

Upscale an image:
waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}}


Upscale an image by a custom scale factor and denoise it:
waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}} -s {{1|2|4|8|16|32}} -n {{-1|0|1|2|3}}


Save the upscaled image in a specific format:
waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}} -f {{jpg|png|webp}}

Code Snippets

Upscale an image

waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}}

Upscale an image by a custom scale factor and denoise it

waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}} -s {{1|2|4|8|16|32}} -n {{-1|0|1|2|3}}

Save the upscaled image in a specific format

waifu2x-ncnn-vulkan -i {{path/to/input_file}} -o {{path/to/output_file}} -f {{jpg|png|webp}}

Context

tldr-pages: common/waifu2x-ncnn-vulkan

Revisions (0)

No revisions yet.