Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The LatentApplyOperation node applies a specified operation to latent samples. It takes latent data and an operation as inputs, processes the latent samples using the provided operation, and returns the modified latent data. This node allows you to transform or manipulate latent representations in your workflow.

Inputs

ParameterData TypeRequiredRangeDescription
samplesLATENTYes-The latent samples to be processed by the operation
operationLATENT_OPERATIONYes-The operation to apply to the latent samples

Outputs

Output NameData TypeDescription
outputLATENTThe modified latent samples after applying the operation