Easier .bat file for Offline windows user (with video upscaler) #767
eroge69
started this conversation in
Show and tell
Replies: 3 comments 2 replies
-
Thank you, it works perfectly and is very convenient. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I've noticed that selecting -s 2 when using 5.bat and 6.bat will cause the results to appear as an image blocks, which seems to be caused by the model not supporting X2 and X3. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made .bat file for Windows Offline executable version so people can use most available feature easier without need to understand complex prompt
Realesrgan.zip
EDIT : I made another version with easier use HERE. No need to move or type anything, just extract, run, enjoy
How to use:
Download Realesrgan Windows Offline executable version
Create a folder named Realesrgan and extract the downloaded file into it
Download and extract my zip file into Realesrgan folder, same folder as .exe file so it will become like this (just ignore gamebanana logo) :
Run the 4.bat or 5.bat
choose ur image file
follow the instruction
finish
Ur upscaled image will be saved in Realesrgan folder
Video upscale version need ffmpeg to work. More tutor below
How to install video upscale:
Now video.bat is ready to use
How to use video upscale:
For video please read this
-vf "setpts=(X/Y)*PTS"
X = Original length
Y = failed upscaled length
So if original video length is 5 second and failed 5.68 second, type it as :
-vf "setpts=(5/5.68)*PTS"
Beta Was this translation helpful? Give feedback.
All reactions