Real-ESRGAN
SwinIR
Real-ESRGAN | SwinIR | |
---|---|---|
131 | 28 | |
30,065 | 4,731 | |
2.3% | 2.6% | |
1.9 | 0.0 | |
8 months ago | 10 months 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.
SwinIR
- A smooth and sharp image interpolation you probably haven't heard of
- Certain directories (e.g. SwinIR) are empty (version: Empire Media Science A1111 Web UI Installer)
-
I used Real-ESRGAN to upscale my image, but if you zoom in you can see that “water particles” looks like some random lines and image overall looks cartoonish. Is there a way to fix it?
003_realSR_BSRGAN_DFOWMFC_s64w8_SwinIR-L_x4_GAN.pth
-
Any luck changing the upscaler? They seem to be hard coded
I was trying to get a new upscaler working, as someone pointed me to one that did a good job of preserving and creating new details: https://github.com/JingyunLiang/SwinIR
-
Spatial-temporal denoising
SwinIR: https://github.com/JingyunLiang/SwinIR
-
A Monster Hunter: World Virtual Photography Tutorial - YouTube
Upscalers that I use SwinIR https://github.com/JingyunLiang/SwinIR https://github.com/AUTOMATIC1111/stable-diffusion-webui (Use 'extras' tab for the upscaler function) Topaz Gigapixel AI https://www.topazlabs.com/gigapixel-ai
-
what are the alternatives to letsenhance.io?
You could try out chaiNNer, it is a free local/offline application. There are a lot of (upscaling) models which you can download an use with it. You can for example try out SwinIR-L (link will start a model download) or any other model you like depending on your input images.
-
[R] Swin transformer while using a rectangular attention window
the relative attention bias can be made non-square in the original implementation, there is a parameter window_size, at 7, that is forced to (7,7) directly, but you can change it easily. https://github.com/JingyunLiang/SwinIR/blob/main/models/network_swinir.py
-
Robot dance animation with Robo-Diffusion (1024x576)
Use SwinIR medium model to upscale by 2 times. This will result in a video of 2048x1152.
- Help Need to get my VQGAN images to 10000 x 10000
What are some alternatives?
ESRGAN - ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
Real-ESRGAN-ncnn-vulkan - NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
waifu2x - Image Super-Resolution for Anime-Style Art
chaiNNer - A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application.
GFPGAN - GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
image-super-resolution - 🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.