Replies: 1 comment 2 replies
-
Thanks for the nice work! You should try FSR, which is an alternative to DLSS, but much faster. It also supports scaling at any ratio. Many people use Magpie to improve the performance of 3D games. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks for creating Magpie, it's great for upscaling visual novels, but I think there's a lack of methods to upscale 3D games.
To help improve this software, I created two very optimized shaders for magpie based on the Anime4K CNN architecture. These two shaders are even smaller (about half the size, ~500 parameters) compared to
S
variants of Anime4K.One is with anti-aliasing (for older games without AA), the other is for when the game already has anti-aliasing.
Anime4K_3D.zip
Upscaling from 1080p to 4K takes about ~0.9ms (1100 fps) on my Vega64 GPU, so I hope this will run well on low end systems/laptops.
One downside is the shaders perform poorly on the UI of games (a bit of ringing), this can't be fixed unless there's a way to upscale the UI separately.
Game without AA (Left = Original, Right = Upscaled x2):
Game with AA:
If you were to compare this against DLSS v2.0, the quality is not great, but in my opinion the upscaling effect is better than bicubic or integer.
Beta Was this translation helpful? Give feedback.
All reactions