Real-ESRGAN
Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration. (by xinntao)
GFPGAN
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration. (by TencentARC)
Real-ESRGAN | GFPGAN | |
---|---|---|
131 | 95 | |
30,065 | 36,430 | |
2.3% | 0.5% | |
1.9 | 1.9 | |
8 months ago | 8 months ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of Real-ESRGAN.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-24.
-
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.
GFPGAN
Posts with mentions or reviews of GFPGAN.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-10.
-
Deep Live Cam: Real-Time Face Swapping and One-Click Video Deepfake Tool
Interesting... This project is built upon "GFPGAN v1.4" (https://github.com/TencentARC/GFPGAN) and "FaceSwap Extension - Automatic 1111 - Proof of Concept" (https://github.com/revolverocelot1/-webui-faceswap-unlocked). The GFPGAN project is grounded on its own in the paper "GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior" by Wang et al.
- Ask HN: What is the state of the art in AI photo enhancement?
-
Open source software has gotten a lot better at having smooth swaps. Below is what i got.
Mainly as the base model. https://insightface.ai/ There was some post processing done to further improve quality. https://github.com/TencentARC/GFPGAN
-
AI generator for photos of past people?
Check out GFOGAN https://github.com/TencentARC/GFPGAN
-
A little bedtime story by the AI nanny | Stable Diffusion + GPT = a match made in latent space
It's not animating really, just lip sync and face restoration, here I used: https://github.com/Rudrabha/Wav2Lip and https://github.com/TencentARC/GFPGAN respectively.
-
Tools For AI Animation and Filmmaking , Community Rules, ect. (**FAQ**)
Real-ESRGAN/GFPGAN https://github.com/xinntao/Real-ESRGAN (Real-ESRAN - Upscale images, facial restoration with GFPGAN setting) https://github.com/TencentARC/GFPGAN (GFPGAN - Facial restoration and Upscale) -------MATTE AND COMPOSITE--------
-
what should i do
2.install it using pip install git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379
-
hey guys, need hsome help
Cloning https://github.com/TencentARC/GFPGAN.git (to revision 8d2447a2d918f8eba5a4a01463fd48e45126a379) to /private/var/folders/qw/_kkcnr2s59n3kplbwxsk_k2c0000gn/T/pip-req-build-bgantjtl
-
Need help, keep getting [Errno 2] No such file or directory when running batch file.
All I have done is add Stable Diffusion Checkpoints and the GFPGAN checkpoints to C:\Program Files (x86)\stable-diffusion-webui-master\stable-diffusion-webui-master\models\Stable-diffusion.
- Free AI-Powered Photo Restoration Service to Restore Photos
What are some alternatives?
When comparing Real-ESRGAN and GFPGAN you can also consider the following projects:
ESRGAN - ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
GPEN
waifu2x - Image Super-Resolution for Anime-Style Art
CodeFormer - [NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
BSRGAN - Designing a Practical Degradation Model for Deep Blind Image Super-Resolution (ICCV, 2021) (PyTorch) - We released the training code!
DFDNet - Blind Face Restoration via Deep Multi-scale Component Dictionaries (ECCV 2020)