Inputs
| Parameter | Description | Data Type |
|---|---|---|
samples1 | The first set of latent samples to be merged. It plays a crucial role in determining the final shape of the merged batch. | LATENT |
samples2 | The second set of latent samples to be merged. If its dimensions differ from the first set, it is resized to ensure compatibility before merging. | LATENT |
Outputs
| Parameter | Description | Data Type |
|---|---|---|
latent | The merged set of latent samples, now combined into a single batch for further processing. | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub