You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dlsstweaks.ini
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,17 @@ ForceDLAA = false
41
41
; Set to 0 to leave it at default, 1 to force enable, or -1 to force disable
42
42
OverrideAutoExposure = 0
43
43
44
+
; OverrideAlphaUpscaling: allows forcing DLSS 3.6+ alpha-upscaling to be enabled/disabled/left at default
45
+
; DLSS documentation describes this as:
46
+
; By default, DLSS is intended for 3-channel RGB images, only. Experimental support for upscaling 4-
47
+
; channel RGBA images can be enabled by setting the NVSDK_NGX_DLSS_Feature_Flags_AlphaUpscaling
48
+
; flag at creation time. For best results, the RGB color should be premultiplied by alpha in the color input.
49
+
; Note: performance will be impacted by enabling this feature. Expect the overall execution time of DLSS
50
+
; to increase by 15-25% when alpha blending is enabled.
51
+
; It'll likely depend on the game whether alpha upscaling will work properly or not.
52
+
; Set to 0 to leave it at default, 1 to force enable, or -1 to force disable
53
+
OverrideAlphaUpscaling = 0
54
+
44
55
; OverrideSharpening: allows overriding the DLSS sharpening applied to the image
45
56
; This only affects pre-2.5.1 DLSS versions, v2.5.1 and later versions removed sharpening from DLSS (use sharpening available in NV control panel instead)
46
57
;
@@ -110,12 +121,10 @@ Quality = 0.66666667
110
121
111
122
[DLSSPresets]
112
123
; DLSS preset overrides for each quality level: set to Default to leave the preset set to whatever game/DLSS decided for it
113
-
; Or set to A / B / C / D / F to try forcing that preset instead.
124
+
; Or set to A / B / C / D / E / F to try forcing that preset instead.
114
125
; Presets were added in DLSS 3.1, these are essentially the different kinds of DLSS 2.x DLL versions, all merged into 3.1 as these presets
115
-
; (so eg. instead of picking the best quality DLSS DLL for your game, you'd just find the right preset for it instead)
116
126
; For descriptions of each preset see https://www.reddit.com/r/nvidia/comments/10z2ra9/nvidia_publishes_dlss_super_resolution_sdk_31/j81f9te/
117
-
; (OverrideAppId should no longer be needed to use this section, any overrides should just work without needing anything else enabled)
118
-
; (in case the presets here aren't being applied for you the OverrideAppId tweak can still be enabled in Compatibility section below)
127
+
; (in case the presets here aren't being applied for you the OverrideAppId tweak in Compatibility section below might help)
0 commit comments