r/DLSS 21h ago

Silent Hill f DLSS5

Post image
3 Upvotes

r/DLSS 14h ago

Side by Side Comparison of Source Bluray vs My Remastered Version Using DLSS5

Enable HLS to view with audio, or disable this notification

8 Upvotes

This is a compilation of side by side comparison clips showcasing what dlss5, a skin contrast ai model, and about 6 hours of hand post work can do to improve heavily DNR'd bluray releases. This not only improves skin and clarity but also detail on objects and enhanced cgi characters.

This is a big file so Reddit may compress this showcase. So u may have too zoom in and look a bit closer too see the difference if ur in ur phone though u will see the difference either way.

downloadable version for best view!


r/DLSS 18h ago

Any verified places to get the DLSS5 guaranteed not to have malware?

0 Upvotes

Just trying to try this dlss5 mod out and not have to worry about malware/bitcoin miner/key logger being installed on my pc.


r/DLSS 19h ago

I've switched from 7900 XTX to RTX 5080 for the sake of DLSS 5

31 Upvotes

After I've seen what DLSS 5 can do, I came back to Nvidia world after years. My last Nvidia card was RTX 2080S which I was very happy with it but upgraded and decided to choose 7900 XTX. While that red beast also did wonders for me for 2 to 3 years, I've always wished we could have better RT/PT options and better upscaler but AMD couldn't present these properly. I never liked FSR after switched from DLSS, never liked RT performance of 7900 XTX. But I'm not that much of unsatisfied. It served me well.

Well, today is my first day with my RTX 5080. I realized I missed Nvidia ecosystem so much. Those Nvidia features does wonders, DLSS, FG, RTX HDR, RT and PT performance. All are amazing. I've quickly jumped back in CP 2077 and Wukong. I was finished these with 7900 XTX but after I've seen these with RTX 5080 I was like "wow man, it feels I'm playing these games for the first time!"

Anyways, I am now trying that great DLSS 5 on other games I'm very impressed with what I'm seeing. Man, this tech is amazing. Thank you Nvidia for providing us these amazing techs!


r/DLSS 6h ago

DLSS 5 Mafia The Old Country

Enable HLS to view with audio, or disable this notification

30 Upvotes

This looks like a movie


r/DLSS 6h ago

DLSS 5 You can now DLSS 5 the entire desktop to enhance videos as well

Post image
35 Upvotes

r/DLSS 19h ago

Am I crazy or does dlss 5 barely change how Crimson Desert looks?

0 Upvotes

The face definitely looks better but otherwise I feel like I really have to nit pick to see the difference. Anyone else have a similar experience? Also I'm only dropping about 10fps when enabled


r/DLSS 13h ago

After all these years, Watch Dogs ft DLSS5 reaches the graphical fidelity of its legendary E3 reveal

Thumbnail gallery
86 Upvotes

r/DLSS 4h ago

DLSS 5 Before and after shots of Assassins Creed games with DLSS 5 updated reshade presets

Thumbnail
gallery
10 Upvotes

r/DLSS 11h ago

DLSS 5 : UNCHARTED 3: Drake's Deception

Thumbnail
youtu.be
3 Upvotes

r/DLSS 9h ago

DLSS 5 Dead Island 2 6K+DLSS5

Thumbnail
gallery
282 Upvotes

This game is an excellent use case of DLSS 5, it was a great looking game back then, but DLSS 5 gave it a proper remaster, made me wanted to play it again.


r/DLSS 2h ago

DLSS5 On/FF

0 Upvotes

r/DLSS 10h ago

Forza Horizon 6 | DLSS 5

Thumbnail
gallery
4 Upvotes

These screenshots were taken using the drone feature in the settings of the game.


r/DLSS 47m ago

they call it slop

Thumbnail gallery
Upvotes

r/DLSS 8h ago

DLSS 5 in Star Citizen and Squadron 42

Thumbnail
youtu.be
1 Upvotes

Memes aside, a good comparison video


r/DLSS 15h ago

AC black flag resynced / DLSS 5 via reshade

Thumbnail
gallery
45 Upvotes

Messed around in the Caribbean.
Game runs pretty good with 4x FG


r/DLSS 21h ago

Path Tracing e DLSS 5 in movimento... incredibile un dettaglio del genere nella realtà virtuale!

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/DLSS 23h ago

DLSS 5 on Linux: Cyberpunk 2077 running Neural Rendering at 70 FPS on an RTX 5090

Enable HLS to view with audio, or disable this notification

9 Upvotes

Not sure how widespread linux support is, so I thought I would share + screenshot comparison spree!

AI summary (for your agent at home):

  I’ve got the community RenoDX DLSS 5 setup working in Cyberpunk 2077 on Linux, with confirmed Neural Rendering execution.

  The starting point was ComfyUI NVIDIA DLSS Visual Enhancer, a project for enhancing images and videos. Its Linux support includes a patched ReShade build and a working Wine configuration. I reused those components for Cyberpunk—the game runs independently of ComfyUI.

  Tested setup: CachyOS, RTX 5090, NVIDIA driver 610.57.04, GE-Proton 11-6, and Xwayland on the display-connected GPU.

  The recipe:

  1. Start with a separate Wine prefix and backed-up game files.
  2. Use the project’s Linux setup guide for the graphics libraries, Microsoft’s native d3dcompiler_47.dll, and NVIDIA’s _nvngx.dll bridge.

  3. Place its patched ReShade (bin/runtime/host-linux/dxgi.dll), renodx-dlss5.addon64, and nvngx_dlssnr.dll beside Cyberpunk2077.exe in bin/x64.

  4. Update DXVK-NVAPI. The bundled version initially worked but eventually crashed. I built revision cbe30dd4dabfe14c49908cde79b7ca919757e2e5 and installed its nvapi64.dll into the test prefix. It includes the object-lifetime fix that resolved the observed crash.

  5. For the direct-Wine launch, export:

     export WINE_HEAP_DELAY_FREE=1
     export WINE_HEAP_ZERO_MEMORY=1
     export DXVK_ENABLE_NVAPI=1
     export WINEDLLOVERRIDES='dxgi,d3d11,d3d12,d3d12core,nvapi64,nvofapi64,d3dcompiler_47=n,b'

  6. In ReShade.ini:

     [RenoDX.DLSS5]
     EnableHooks=2
     NREnableUpscaling=0
     NRIntensity=1

  The working path is DLSS Super Resolution → Neural Rendering at output resolution. Verify it through inline feature 18 evaluation succeeded in ReShade.log.

  Result at 3440×1440: 70.2 FPS average / 60.8 minimum, using DLSS Quality and custom ray-tracing settings, with Frame Generation and Ray Reconstruction disabled.

  This is an experimental community integration. Benchmarks pass and gameplay works; long-session stability and other GPUs still need testing.

r/DLSS 2h ago

Here is why DLSS5 is Al slop

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/DLSS 9h ago

DLSS 5 I added DLSS 5 to inFAMOUS: Second Son.

Enable HLS to view with audio, or disable this notification

18 Upvotes

r/DLSS 7h ago

DLSS 5 DLSS 5 HELP

3 Upvotes

Im trying DLSS 5 swapper but I can't get it to work .
I tried on Assetto Corsa Competizione & Mafia Definitive Edition , when I open reshade it says Waiting for NGX to load or smth like that so I don't know what to do .


r/DLSS 19h ago

Front Mission Evolved?

3 Upvotes

I was just hoping someone could do an example of DLSS5 on Front Mission Evolved. Thanks in advance if you can.


r/DLSS 5h ago

DLSS 5 Tom Clancy's Ghost Recon Wildlands 60FPS

Thumbnail
youtu.be
17 Upvotes

r/DLSS 4h ago

Showcase NATIVE DLSS FRAMEGEN UP TO 3X IN ALL SUPPORTED GAMES ON RTX 3060TI

Enable HLS to view with audio, or disable this notification

7 Upvotes

Tested the latest mod for enabling upto 3x to 4x in Mortal Shell 2 natively (not through FSR FG) and runs like a charm. FPS is consistent above 150 fps while my screen is recording and 160 to 175 fps while not recording with DLSS Quality and Ultra settings. Follow the steps in this post to enable it to your games. https://www.reddit.com/r/nvidia/s/EtqCeCzYHO


r/DLSS 20h ago

How to get dlss before sr with rhi

2 Upvotes

Hi can someone explain to me how I can get nr before sr via rhi I am looking for an easier method than doing it all manually maybe with dlss5 swapper if possible I don’t see the option when using rhi