You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM https://github.com/nihui/waifu2x-ncnn-vulkan#usages
REM -i is input, -o is output file, -n is noise level, -s is scale factor
REM -v is verbose output, -h is help, -x is tta mode (reduce artifacts, longer processing time)
waifu2x-ncnn-vulkan.exe -i %%x -o "%%~nx_output_ai_upscaled%%~xx" -n 1 -s 4 -v
@KnightDanila You're smarter than me, maybe you can figure it out.
Step 1: Output frames from video:
Increase the -r value to get more frames.
Step 3: output photos to a folder
can't figure out
Step 4: take the folder of photos and upscale them
Can't really figure out. Only figured out how to do one image at a time:
AI Upscale single image:
Using https://github.com/nihui/realsr-ncnn-vulkan
I've found this has more realistic results than waifu2x.
Using https://github.com/nihui/waifu2x-ncnn-vulkan
Step 4: Convert images to video
To do:
Alternative software for AI upscaling video that I have tested:
https://github.com/AaronFeng753/Waifu2x-Extension-GUI
The text was updated successfully, but these errors were encountered: