Real-ESRGAN
ESRGAN
Real-ESRGAN | ESRGAN | |
---|---|---|
131 | 21 | |
30,065 | 6,125 | |
2.3% | 0.0% | |
1.9 | 0.0 | |
7 months ago | over 2 years ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Real-ESRGAN
-
AI-Powered Nvidia RTX Video HDR Transforms Standard Video into HDR Video
It's not exactly what you're after, as it's anime specific and you need to process the video yourself (eg disassemble to frames, run the upscaler, then assemble back to a movie file), but Real-ESRGAN is really good:
https://github.com/xinntao/Real-ESRGAN/
It's pretty brilliant for cleaning up very old, low resolution anime.
-
Photorealistic Video Generation with Diffusion Models
Just a note you can run upscaling on your home desktop with Real-ESRGAN:
https://github.com/xinntao/Real-ESRGAN
- What software to use for upscaling anime edits
-
What neural net for SISR?
Maybe Real-ESRGAN is a good fit? Even tho it's a couple of years old
- Cant make concurrent calls to Model
-
Outis my beloved
I'm glad you noticed! I upscaled the icon from the wiki using Real-ESRGAN's 4xplus anime model, then photoshopped out the text. Worked far better than waifu2x.
-
ComicMerge (Beta testing version - SafeTensors)
A: Try using High-res Fix and R-ESRGAN 4x+ Anime6B as upscaler
-
Is there any way to upscale local files permanently using Nvidia's RT VSR?
Maybe try this one https://github.com/xinntao/Real-ESRGAN it may work even better.
-
YOASOBI Idol [3840 x 2160]
Screenshotted from the official music video, upscaled to 4k using a state of the art ML model.
-
Compilation of (almost) all end of chapter panels
Do you happen to remember which chapter has that "scene"? You could also try to enhance it yourself, I did it using Real-ESRGAN, which is really easy to use.
ESRGAN
-
Upscayl - Free and Open Source AI Image Upscaler for Linux, Mac and Windows
This seems to be based on ESRGAN which is supposed to be higher quality than waifu2x.
-
How can I change the parameters of ESRGAN
I downloaded https://github.com/xinntao/ESRGAN , I run it using command line, no gui.
- Finetuning a x2 Real-ESRGAN model?
-
The Golden Gator re-imagined by AI (Read comment before watching on stream)
Nerd info: Uses 3 different algorithms together: https://github.com/CompVis/stable-diffusion For generating source https://github.com/TencentARC/GFPGAN For repairing faces, mouths, eyes https://github.com/xinntao/ESRGAN For upscaling Paint.Net for manual retouching, cleanup and adjustments.
-
[D] Has anyone tried GAN "tricks" on VAEs?
Code for https://arxiv.org/abs/1809.00219 found: https://github.com/xinntao/ESRGAN
-
How to convert a low resolution, pixelated image into a high resolution picture 💫
Even if it's not a simple black and white image, you can get damn impressive results when upscaling images with GAN-based algorithms, like ESRGAN, together with a suitable pretrained model. Both are free of charge. The software can be tricky to use compared to Photoshop, though.
-
Ambriel Motion Graphics Experiment
I use ESRGAN: https://github.com/xinntao/ESRGAN
- Some architectural stuff I’ve been working on.
- children playing in the rain at night illuminated by lanterns, reflective puddles, fine detail, by Leonid Afremov
-
Paper: "A-ESRGAN: Training Real-World Blind Super-Resolution with Attention U-Net Discriminators", Wei et al 2021. "Main idea: Introduce attention U-net into the field of blind real world image super resolution. We aims to provide a super resolution method with sharper result and less distortion."
There are two Generator architectures that are in the code, however these are actually just sitting there unused, likely from work that did not pan out because if you look at their inference code it's not used at all. Instead they directly import the plain old vanilla RRDB architecture from BasicSR yet again another Xinntao repository. Seeing the theme here.
What are some alternatives?
waifu2x - Image Super-Resolution for Anime-Style Art
video2x - A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018.
GFPGAN - GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
waifu2x-caffe - waifu2xのCaffe版
BSRGAN - Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!
Waifu2x-Extension-GUI - 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.