Skip to main content
This node is designed to apply a noise mask to a set of latent samples. It modifies the input samples by integrating a specified mask, thereby altering their noise characteristics.

Inputs

ParameterData TypeDescription
samplesLATENTThe latent samples to which the noise mask will be applied. This parameter is crucial for determining the base content that will be modified.
maskMASKThe mask to be applied to the latent samples. It defines the areas and intensity of noise alteration within the samples.

Outputs

ParameterData TypeDescription
latentLATENTThe modified latent samples with the applied noise mask.