Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.comfy.org/llms.txt

Use this file to discover all available pages before exploring further.

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