Class Denoise (1.4.2)

Denoise(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Denoise preprocessing configuration.

Note: This configuration is not supported.

Attributes

NameDescription
strength float
Set strength of the denoise. Enter a value between 0 and 1. The higher the value, the smoother the image. 0 is no denoising. The default is 0.
tune str
Set the denoiser mode. The default is ``standard``. Supported denoiser modes: - ``standard`` - ``grain``

Inheritance

builtins.object > proto.message.Message > Denoise