sampling
custom-sampling
sigmas
Split Sigmas

Split Sigmas

comfyUI节点-SplitSigmas|分离Sigmas

Documentation

  • Class name: SplitSigmas
  • Category: sampling/custom_sampling/sigmas
  • Output node: False

The SplitSigmas node is designed for dividing a sequence of sigma values into two parts based on a specified step. This functionality is crucial for operations that require different handling or processing of the initial and subsequent parts of the sigma sequence, enabling more flexible and targeted manipulation of these values.

Input types

ParameterComfy dtypeDescription
sigmasSIGMASThe 'sigmas' parameter represents the sequence of sigma values to be split. It is essential for determining the division point and the resulting two sequences of sigma values, impacting the node's execution and results.
stepINTThe 'step' parameter specifies the index at which the sigma sequence should be split. It plays a critical role in defining the boundary between the two resulting sigma sequences, influencing the node's functionality and the characteristics of the output.

Output types

ParameterComfy dtypeDescription
sigmasSIGMASThe node outputs two sequences of sigma values, each representing a part of the original sequence divided at the specified step. These outputs are crucial for subsequent operations that require differentiated handling of sigma values.