This page provides information about the Denoiser Render Channel in V-Ray for Blender.
Overview
The V-Ray Denoiser takes an existing render and applies a denoising operation to it after the image is rendered normally. The denoising operation detects areas where noise is present and smooths them out.
The Denoiser render channel can only be enabled from the View Layer Properties tab. After enabling, the node appears in the V-Ray Node Editor's World Node Tree.
UI Path: ||View Layer Properties|| > Render Channels > Denoiser

Properties
See the Render Channels page to find out where you can find these properties.
Channel Name – Customizable name for the render channel.
Enable – When enabled, starts denoising the rendered image in the V-Ray Virtual Frame Buffer.
Engines
V-Ray Denoiser offers a choice between the Default V-Ray denoiser, the NVIDIA AI denoiser and the Intel Open Image denoiser. Each has a different denoising algorithm that comes with different benefits.
Default V-Ray Denoiser - V-Ray's denoising algorithm. It can utilize the CPU or the GPU (AMD or NVIDIA GPUs) to perform the denoising. It is consistent when denoising render channels, as it applies the same denoising operator to all render channels. This means that it is recommended for denoising the render channels to be used for compositing the back-to-beauty image.
NVIDIA AI Denoiser - V-Ray's integration of NVIDIA's AI-based denoising algorithm. The NVIDIA AI denoiser requires an NVIDIA GPU to work. It does not matter whether the actual rendering was performed on the CPU or GPU. This means that rendering on the CPU still requires an NVIDIA GPU for denoising with the NVIDIA AI denoiser and has some advantages and drawbacks compared to the Default V-Ray Denoiser. For example, the NVIDIA AI denoiser performs the denoising faster, but is not consistent when denoising render channels. This means that there will be differences between the original RGB image and the one reconstructed from render channels that are denoised with the NVIDIA AI denoiser. It also doesn't support cross-frame denoising and will likely produce flickering when used in animation.
The NVidia AI denoiser only works on Nvidia Maxwell and newer GPU architectures. If no proper devices are found, V-Ray silently falls back to the Default V-Ray denoiser.
Intel Open Image Denoiser – V-Ray's integration of Intel Open Image Denoise. The Intel Open Image denoiser works with your CPU device and does not use hardware acceleration. This denoiser has no controllable options.
Engine – Allows choosing between the Default V-Ray denoiser, the NVIDIA AI denoiser and the Intel Open Image Denoise. Note that the NVIDIA AI denoiser requires an NVIDIA GPU.
Preset – Offers presets to automatically set Strength and Radius values.
Default – Applies mid-level denoising.
Mild – Applies a more subtle level of denoising than the Default preset.
Strong – Applies a stronger level of denoising than the Default preset.
Custom – Allows the Strength and Radius parameters to be set to custom values.
Strength – Determines the strength of the denoising operation. This value is automatically set by preset selection, but can be changed when Preset is set to Custom.
Radius – Specifies the area around each pixel to be denoised. A smaller radius affects a smaller range of pixels, while a larger radius affects a larger range, which increases the noise removal. This value is automatically set by preset selection but can be changed when Preset is set to Custom.
Advanced
Use GPU Acceleration – Uses the GPU device(s) to accelerate the denoising calculations. In case there is no compatible GPU device, denoising automatically falls back to use the CPU, even if the option is enabled. When the NVIDIA AI denoiser is used, this option is not available. Note that the NVIDIA AI denoiser requires an NVIDIA GPU.
Use NVIDIA Temporal Mode – This option is only available when the Engine is set to NVIDIA AI Denoiser. When enabled, the Denoiser uses information from previous frames to create a smoother transition. Useful for rendering animation. Not compatible with the NVIDIA AI Upscale option.
NVIDIA AI Upscale – This option is only available when the Engine is set to NVIDIA AI Denoiser. When enabled, the image is internally downscaled to half of the resolution specified in the Render Settings and then upscaled to the full resolution using NVidia technologies. This allows for up to 4 times faster renders. However, it can cause some loss of detail. We recommend using this option only for preview renders. Render channels that don't have the Denoise option enabled are upscaled using simple interpolations. This option is not compatible with the Use NVIDIA Temporal Mode option. This option is not supported on macOS.
Mode – Specifies how the results of the Denoiser are saved.
Only generate render elements – All render channels required for denoising are generated so that denoising can be done with the Standalone Denoiser Tool or the V-Ray Denoiser plugin for Nuke. The information calculated within them is not applied to other render channels, and no VRayDenoiser Render Channel is generated.
Hide the channel with the Denoised Result in the VFB – The Denoiser channel is not present separately in the VFB. The effectsResult channel is generated with the denoised image.
Show the channel with the Denoised Result in the VFB – The channel is generated to contain a denoised version of the RGB Color Render Channel using the specified settings. The original render channels, including the RGB Color Render Channel, are not changed.
Denoise Alpha – Controls whether the alpha is denoised or not.