latent
advanced
Latent Add

Latent Add

comfyUI节点-LatentAdd-Latent相加

Documentation

  • Class name: LatentAdd
  • Category: latent/advanced
  • Output node: False

The LatentAdd node is designed for the addition of two latent representations. It facilitates the combination of features or characteristics encoded in these representations by performing element-wise addition.

Input types

ParameterComfy dtypeDescription
samples1LATENTThe first set of latent samples to be added. It represents one of the inputs whose features are to be combined with another set of latent samples.
samples2LATENTThe second set of latent samples to be added. It serves as the other input whose features are combined with the first set of latent samples through element-wise addition.

Output types

ParameterComfy dtypeDescription
latentLATENTThe result of the element-wise addition of two latent samples, representing a new set of latent samples that combines the features of both inputs.