Visit ComfyUI Online for ready-to-use ComfyUI environment
Create new sigma schedule by interpolating between two existing schedules for smooth blending in AI art projects.
The ADE_SigmaScheduleWeightedAverageInterp node is designed to create a new sigma schedule by interpolating between two existing sigma schedules over a specified range of weights. This node is particularly useful for AI artists who want to blend different sigma schedules to achieve a desired effect in their animations or image generation processes. By adjusting the weights and interpolation method, you can fine-tune the transition between the two schedules, allowing for smooth and customizable blending. This node ensures compatibility between the schedules and provides a seamless way to combine their characteristics, enhancing the flexibility and creativity in your projects.
This parameter represents the first sigma schedule to be used in the interpolation process. It is a required input and should be of type SIGMA_SCHEDULE
. The sigma schedule defines the sequence of sigma values used during the sampling process.
This parameter represents the second sigma schedule to be used in the interpolation process. It is a required input and should be of type SIGMA_SCHEDULE
. Like schedule_A, it defines a sequence of sigma values for the sampling process.
This parameter specifies the starting weight for schedule_A in the interpolation process. It is a floating-point value with a default of 0.5, a minimum of 0.0, and a maximum of 1.0, with a step size of 0.001. This weight determines the influence of schedule_A at the beginning of the interpolation.
This parameter specifies the ending weight for schedule_A in the interpolation process. It is a floating-point value with a default of 0.5, a minimum of 0.0, and a maximum of 1.0, with a step size of 0.001. This weight determines the influence of schedule_A at the end of the interpolation.
This parameter defines the method of interpolation to be used between the weights. It is a required input and should be selected from the available interpolation methods provided by InterpolationMethod._LIST
. The choice of interpolation method affects how the weights transition from the start to the end values.
The output of this node is a new sigma schedule that results from the weighted interpolation between the two input sigma schedules. This combined sigma schedule can be used in subsequent sampling processes, providing a blend of the characteristics of the original schedules.
weight_A_Start
and weight_A_End
to achieve the desired blending effect between the two sigma schedules.schedule_A
and schedule_B
) are compatible in terms of the number of sigma values to avoid errors.schedule_A
and schedule_B
) have different numbers of sigma values.InterpolationMethod._LIST
.© Copyright 2024 RunComfy. All Rights Reserved.