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.
Complete documentation for the LatentFromBatch node in ComfyUI. Learn its inputs, outputs, parameters and usage.
| Parameter | Description | Data Type |
|---|---|---|
samples | The collection of latent samples from which a subset will be extracted. This parameter is crucial for determining the source batch of samples to be processed. | LATENT |
batch_index | Specifies the starting index within the batch from which the subset of samples will begin. This parameter enables targeted extraction of samples from specific positions in the batch. | INT |
length | Defines the number of samples to be extracted from the specified starting index. This parameter controls the size of the subset to be processed, allowing for flexible manipulation of batch segments. | INT |
| Parameter | Description | Data Type |
|---|---|---|
latent | The extracted subset of latent samples, now available for further processing or analysis. | 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?