Guide

Official DLSS 5 vs the Leaked Mod: What Actually Changed

Official DLSS 5 vs the Leaked Mod: What Actually Changed — Explainers guide for retro handhelds | Held Games

Affiliate disclosure: This guide contains affiliate links. As an Amazon Associate, we earn from qualifying purchases at no extra cost to you. Learn more.

Official DLSS 5 vs the Leaked Mod: What Actually Changed

2026-09-01 · Explainer

For one strange week, the only DLSS 5 anyone could use was a library that escaped by accident inside an NBA 2K27 build. Modders got it running in Skyrim, then Control, then GTA San Andreas, then a PlayStation 2 emulator. Most of the internet formed an opinion about DLSS 5 based on those screenshots.

That week is over. NVIDIA has put DLSS 5 on sale properly, shipping 3 September on RTX 50 series cards.

So there are now two DLSS 5s in the world, and people are conflating them badly. The underlying neural network is genuinely the same. Almost everything wrapped around it is different, and the differences explain nearly every complaint aimed at the leaked version.

Here is the honest comparison.

The Comparison Table

Official DLSS 5The leaked mod
Availability3 September 2026, shipping productUnreleased code, no legitimate download
GPU supportRTX 50 series only, laptops includedRTX 20 through 50, via community patches
Numeric formatNative FP8 on BlackwellFP8 on RTX 40 and 50, FP16 fallback on RTX 20 and 30
Motion vectorsReal, from the game engineEstimated from the image with optical flow
MaskingDeveloper defined plus semantic AI maskingNone at all
Artist controlStructure and Tone Intensity, multiple model weightsSeven fixed style presets
Games supportedNBA 2K27Roughly 19 titles plus emulators
Performance cost50 to 60 percent, NVIDIA's own figure25 to 50 percent measured at 4K
HDRSupportedReportedly broken
Anti-cheat riskNone, it is a game featureReal, it uses DLL injection
LegalityLicensed productLeaked proprietary NVIDIA code
SupportNVIDIA drivers and developer integrationYou are on your own

The Difference That Explains Everything: Masking

If you only take one thing from this article, take this one.

Official DLSS 5 gives developers semantic AI masking and engine-level masking. That is a set of controls telling the model which parts of the frame it is allowed to alter and which parts it must leave alone. A studio can say: work on skin and hair, do not touch the HUD, do not reshape the geometry, leave the sky alone.

The mod has none of this. Injecting a DLL into Skyrim means there is no developer anywhere in the loop and no mask anywhere in the pipeline. The model gets the whole frame and total freedom.

That single fact accounts for most of the backlash:

  • Faces turning into different people. No mask meant the model was free to reshape bone structure. NVIDIA's NBA 2K27 integration explicitly preserves the facial geometry scanned from the real players, because the developers told it to.
  • HUD damage. No mask meant interface elements got neurally rendered along with everything else.
  • Art style being overridden. GTA San Andreas' sun bleached look is a deliberate choice. The model had no instruction to respect it.

The "yassification filter" complaint was never really a complaint about the model. It was a complaint about running the model with no instructions.

Whether developer masking actually produces restrained results in practice is a fair open question, and one nobody can answer until games ship. But the mechanism to prevent the specific failures everyone saw does exist in the official product, and did not exist in the mod.

The Second Difference: Real Data In

DLSS 5 wants motion vectors. Motion vectors are the game engine telling the model where every pixel moved since the last frame.

Official integration through NVIDIA Streamline or the Unreal Engine 5 plugin hands over real motion vectors, straight from the engine that computed them.

The mod cannot do that, because a 2011 game has no idea DLSS 5 exists. Community projects work around it with a tool called DLSS5-Feeder, which builds a synthetic request: a frame from ReShade, a depth buffer, and motion vectors estimated by optical flow analysis of the image itself. We explained how that fake works in detail.

It is genuinely clever engineering. It is also guessing.

Optical flow estimates are approximate, so the model receives slightly wrong information about what moved where, and it produces slightly wrong output. Across frames that reads as ghosting and shimmer in motion. Every "it looks unstable when you move" observation traces back to this.

The quality ceiling on the modded version was never limited by bad reverse engineering. It was limited by feeding good NVIDIA work an approximation of the data it asked for.

The Hardware Story Went Both Ways

This is the one place where the mod genuinely does something official DLSS 5 does not.

NVIDIA supports RTX 50 series only. Laptops included, nothing older, and the launch announcement did not mention RTX 40, 30 or 20 cards even to rule them out.

The mod scene got the library running on RTX 40 within days, then RTX 30, then RTX 20, by switching the model from FP8 to FP16. Ampere and Turing have no FP8 hardware, so the original path was being emulated and performed terribly. Running in FP16, which those cards support natively, worked far better. We covered how that requirement collapsed.

So if you own an RTX 3080, the modded route is the only route. NVIDIA has not commented on the mod scene and has not expanded official support.

We would still not recommend it, for reasons in the next section. But it is worth being accurate: on hardware breadth, the unofficial version reaches further than the official one.

The Reasons The Mod Is Still A Bad Idea

Wider hardware support does not make it a good option.

It is leaked proprietary code. The library was never licensed for distribution. It reached the public because a developer packaged it into a shipping build by mistake. Passing it around is not something anyone has the right to do, and there is takedown precedent in this space.

It uses DLL injection. Mechanically, that is what cheats do, and it is what anti-cheat systems are built to detect. VAC, Easy Anti-Cheat and BattlEye can all read it as tampering. Never use it in a multiplayer game. We go through this properly in the risks article.

There is no legitimate download. Which means anything advertising an easy packaged installer is, at best, unverified.

HDR is reportedly broken, along with general instability.

It is an unfinished build, and NVIDIA's own launch figures suggest the shipping version is not dramatically faster anyway. The 50 to 60 percent cost NVIDIA quotes is close to what testers measured on the leak, so the mod's performance was never the outlier people assumed.

What The Leak Actually Told Us

Looking back, the week was more informative than it looked.

It was representative on performance. Independent testing of the leak found Control dropping from 71 to 35 fps on an RTX 5070 Ti, roughly a 51 percent cost. NVIDIA's official average is 50 to 60 percent. The leak was not misleading anyone.

It was misleading on image quality, in both directions. The uncanny faces were a product of missing masks rather than a property of the model. But the flattering Skyrim comparisons were also unrepresentative, because they showed the model working on 15 year old assets it was never meant to touch.

It undersold the optimisation. NVIDIA revealed the model is five times faster than its March demo, which needed two RTX 5090s to run. Nobody testing the leak had that context.

It answered a question NVIDIA did not. The FP16 experiments demonstrated that the RTX 50 requirement is a support decision as much as a physics one. Older tensor cores can run this. They just run it worse, and NVIDIA does not want to support that experience.

Which Should You Use?

For almost everybody, neither, yet.

If you have an RTX 50 card: use the official version. It ships 3 September, it is legal, it will not get you banned, and it has developer masking. The catch is that it currently supports one game.

If you have an RTX 40 or older: wait. The modded route is available and we would not take it. Leaked code, ban risk, broken HDR and unstable output is a poor trade for a visual change many people actively dislike.

If you are on a handheld: neither applies locally, because every handheld runs AMD or Intel graphics. Your route is streaming, and DLSS 5 is confirmed on GeForce NOW Ultimate at launch. We wrote that up in DLSS 5 is coming to handhelds.

If you are thinking about emulation: the modded library has been pushed into PCSX2 and it does work, which was the surprising part. Whether it should be used there is a different question, and we argued no.

Frequently Asked Questions

Is the official DLSS 5 the same technology as the leaked mod?

The neural network is the same library. Everything around it differs: official integration supplies real engine motion vectors, developer defined masking and artistic controls, none of which the mod has.

Why did the modded version make faces look wrong?

Because it had no masks. Official DLSS 5 lets developers define which parts of a scene the model may alter. Injecting the library into a game gives the model the entire frame with no instructions, so it reshapes faces freely.

Does official DLSS 5 work on RTX 40 series cards?

No. NVIDIA supports RTX 50 series only, including laptop parts, and did not mention older generations in the launch announcement. The modded route reaches RTX 20 through 40, but relies on leaked code.

Is the official version faster than the mod?

Not dramatically. NVIDIA quotes 50 to 60 percent as the average cost, and independent testing of the leaked build measured roughly 51 percent in Control on an RTX 5070 Ti. The leak was reasonably representative on performance.

Can I get banned for using the DLSS 5 mod?

In any game with anti-cheat, yes. The mod uses DLL injection, which is mechanically what cheats do and what VAC, Easy Anti-Cheat and BattlEye are built to detect. The official version carries no such risk because it is a game feature.

Which games work with each version?

Official DLSS 5 supports NBA 2K27 at launch, with more titles promised in the coming weeks and months. The modded version has been run in roughly 19 games plus emulators, because it can be forced into titles that never shipped DLSS.

Should I use the DLSS 5 mod if I have an older card?

We would not. You would be running leaked proprietary code through DLL injection, in a numeric format it was not designed for, with broken HDR and no masking, for a visual change many people dislike.

Related reading