Class Denoise (0.1.0)

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

Denoise preprocessing configuration.

Attributes

NameDescription
strengthfloat
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.
tunestr
Set the denoiser mode. The default is "standard". Supported denoiser modes: - 'standard' - 'grain'