Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The LatentAdd node is designed for the addition of two latent representations.
| Parameter | Description | Data Type |
|---|---|---|
samples1 | The 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. | LATENT |
samples2 | The 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. | LATENT |
| Parameter | Description | Data Type |
|---|---|---|
latent | The result of the element-wise addition of two latent samples, representing a new set of latent samples that combines the features of both inputs. | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?