Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Real-ESRGAN #1102

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Add support for Real-ESRGAN #1102

wants to merge 2 commits into from

Conversation

aa-ko
Copy link

@aa-ko aa-ko commented Apr 25, 2024

Hi everyone,

a few months ago, I wanted to upscale some old DVDs and tested different algorithms in the process. In my opinion, the only algorithm I was able to find, that consistently produces better looking results than even RealSR was Real-ESRGAN.

The changes in this PR were enough to make it work for me and the results are amazing. There are some caveats though:

  1. Choosing Real-ESRGAN completely ignores the noise flag.
  2. Since I wanted to work on real life footage and not anime, the only model I tested was realesrgan-x4plus.
  3. I don't have a lot of experience working with Python, so I tested this in a Podman container only!

I would like to see Real-ESRGAN officially supported in video2x and I believe there already were some people asking about it in the past, so I'd really appreciate some feedback and/or guidance to make this work for everyone! :)

Choosing realesrgan ignores noise flag for now and always uses the realesrgan-x4plus model.
@rdwz
Copy link

rdwz commented May 11, 2024

Hi, I've just come across this newer version, haven't had the chance to try it out myself yet, but it has Real-ESRGAN support

https://github.com/AaronFeng753/Waifu2x-Extension-GUI/releases/tag/v3.113.01

Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRNet, CAIN, DAIN, and ACNet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants