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
This isn't issue for technically but I don't know where to make so I made here...
Enlarges to x2(default) and uses model models-pro, and add "x2" to the end of file name
@echo off
cd "%~dp0"
realcugan-ncnn-vulkan -i "%~1" -m models-pro -o "%~n1x2.png"
pause
The text was updated successfully, but these errors were encountered:
Little fix for using drag and dropped current directory
@echo off
cd %~dp1
for %%q in (%*) do (
echo %%q
"path-to-realcugan-ncnn-vulkan\realcugan-ncnn-vulkan-20220728-windows\realcugan-ncnn-vulkan.exe" -i %%q -m models-pro -o "%%~nqx2.png"
)
pause
This isn't issue for technically but I don't know where to make so I made here...
Enlarges to x2(default) and uses model models-pro, and add "x2" to the end of file name
The text was updated successfully, but these errors were encountered: