Real-ESRGAN
Real-ESRGAN-colab
Real-ESRGAN | Real-ESRGAN-colab | |
---|---|---|
131 | 1 | |
30,065 | 48 | |
2.3% | - | |
1.9 | 0.0 | |
8 months ago | over 2 years ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | - |
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.
Real-ESRGAN-colab
-
Retrained Real-ESRGAN version used by ruDALL-E (a text-to-image AI) may be of interest
I noticed that the 256x256 -> 1024x1024 upscalings used by the ruDALL-E (text-to-image AI) demo site looked more detailed than other upscalers I've used. It apparently uses a retrained Real-ESRGAN. Here is a comparison I did of 2 synthetic images upscaled with this and 2 other upscalers. The GitHub repos are here and here. A web app version is here.
What are some alternatives?
ESRGAN - ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
Real-ESRGAN - PyTorch implementation of Real-ESRGAN model
waifu2x - Image Super-Resolution for Anime-Style Art
mmagic - OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generation, image/video restoration/enhancement, etc.
GFPGAN - GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
traiNNer - traiNNer: Deep learning framework for image and video super-resolution, restoration and image-to-image translation, for training and testing.