|
1 | 1 | # Deep learning super sampling (DLSS) |
2 | 2 |
|
3 | | -[NVIDIA Deep Learning Super Sampling (DLSS)](https://www.nvidia.com/en-us/geforce/technologies/dlss/) is a rendering technology that uses artificial intelligence to increase graphics performance. The High Definition Render Pipeline (HDRP) natively supports DLSS 4 Super Resolution. |
| 3 | +[NVIDIA Deep Learning Super Sampling (DLSS)](https://www.nvidia.com/en-us/geforce/technologies/dlss/) is a rendering technology that uses artificial intelligence to increase graphics performance. The High Definition Render Pipeline (HDRP) natively supports DLSS 4.5 Super Resolution. |
4 | 4 |
|
5 | 5 | ## Requirements and compatibility |
6 | 6 |
|
@@ -82,18 +82,20 @@ Available presets are marked as '1' in the table below. |
82 | 82 |
|
83 | 83 | | Render Preset | Maximum Quality | Balanced | Maximum Performance | Ultra Performance | DLAA | Explanation | AI Model | |
84 | 84 | |- |- |- |- |- |- |- |- | |
85 | | -| Preset F | | | | 1 | 1 | Provides the highest image stability. Default value for UltraPerformance. | CNN | |
86 | | -| Preset J | 1 | 1 | 1| | 1 | Slightly lowers ghosting but increases flickering.<br/>NVIDIA recommends using **Preset K** instead of **Preset J**. | Transformer | |
87 | | -| Preset K | 1 | 1 | 1| | 1 | Provides the highest image quality. | Transformer | |
| 85 | +| Preset F | | | | 1 | 1 | Marked for deprecation in upcoming DLSS releases. Don't use for new projects. | CNN | |
| 86 | +| Preset J | 1 | 1 | 1| 1 | 1 | Slightly lowers ghosting but increases flickering.<br/>NVIDIA recommends using **Preset K** instead of **Preset J**. | Transformer | |
| 87 | +| Preset K | 1 | 1 | 1| 1 | 1 | Default preset for DLAA/Balanced/Quality modes. Requires fewer resources than Preset L. | Transformer | |
| 88 | +| Preset L | | | | 1 | | Delivers a sharper, more stable image with less ghosting than Preset J, K, but lowers performance. Recommended for RTX 40 Series GPUs and above. | Transformer Gen 2 | |
| 89 | +Provides about the same image quality as **Preset L**. This preset is slower than presets **J** and **K**, but faster than preset **L**. Recommended for RTX 40 Series GPUs and above. |
88 | 90 |
|
89 | 91 | The defaults for each quality mode are: |
90 | 92 |
|
91 | 93 | | **Quality mode** | **Default render preset** | |
92 | 94 | |- |- | |
93 | | -| **Maximum Quality** | Preset K |
94 | | -| **Balanced** | Preset K |
95 | | -| **Maximum Performance** | Preset K |
96 | | -| **Ultra Performance** | Preset F |
| 95 | +| **Maximum Quality** | Preset K | |
| 96 | +| **Balanced** | Preset K | |
| 97 | +| **Maximum Performance** | Preset M | |
| 98 | +| **Ultra Performance** | Preset L | |
97 | 99 | | **DLAA** | Preset K | |
98 | 100 |
|
99 | 101 | DLSS render presets are project-specific. Presets are available only from the HDRP Asset settings. You can't override presets on a per-camera basis. |
|
0 commit comments