Visit ComfyUI Online for ready-to-use ComfyUI environment
Calculates noise level difference between steps in sampling process for AI artists manipulating noise characteristics.
The BNK_GetSigma node is designed to calculate the difference in noise levels (sigma values) between two specified steps in a noise sampling process. This node is particularly useful for AI artists working with latent noise in generative models, as it allows you to understand and manipulate the noise characteristics at different stages of the sampling process. By providing a clear measure of the noise difference, this node helps in fine-tuning the denoising process, leading to more controlled and refined outputs in your generative art projects.
This parameter specifies the model to be used for the noise sampling process. The model is essential as it defines the structure and behavior of the noise sampling, impacting the overall results.
This parameter determines the type of sampler to be used. The available options are defined by comfy.samplers.KSampler.SAMPLERS
. The sampler influences how the noise is applied and processed, affecting the final noise characteristics.
This parameter sets the scheduler to be used in the noise sampling process. The available options are defined by comfy.samplers.KSampler.SCHEDULERS
. The scheduler controls the timing and sequence of the noise application, which can significantly impact the results.
This integer parameter defines the total number of steps in the noise sampling process. It has a default value of 10000, with a minimum of 0 and a maximum of 10000. The number of steps determines the granularity of the noise application, with more steps providing finer control.
This integer parameter specifies the starting step for calculating the sigma difference. It has a default value of 0, with a minimum of 0 and a maximum of 10000. The starting step is crucial as it marks the beginning of the noise measurement.
This integer parameter sets the ending step for calculating the sigma difference. It has a default value of 10000, with a minimum of 1 and a maximum of 10000. The ending step is important as it marks the end of the noise measurement.
The output is a floating-point number representing the difference in sigma values between the specified start and end steps. This value provides a quantitative measure of the noise change, which can be used to adjust and refine the noise application in your generative models.
model
parameter is correctly set to match the model you are working with, as this will directly impact the noise sampling process.sampler_name
and scheduler
options to see how they affect the noise characteristics and choose the combination that best suits your artistic goals.steps
, start_at_step
, and end_at_step
parameters to fine-tune the granularity and range of the noise measurement, allowing for more precise control over the noise application.start_at_step
is greater than the end_at_step
or when the steps are out of the valid range.start_at_step
is less than or equal to the end_at_step
and that both steps are within the valid range of 0 to 10000.sampler_name
and scheduler
parameters are set to valid options defined by comfy.samplers.KSampler.SAMPLERS
and comfy.samplers.KSampler.SCHEDULERS
, respectively.© Copyright 2024 RunComfy. All Rights Reserved.