Visit ComfyUI Online for ready-to-use ComfyUI environment
Dynamic model switching for AI enhancement in ComfyUI Node.
The BlehRefinerAfter
node is designed to refine and enhance the performance of AI models by dynamically switching between a primary model and a refiner model based on a specified time mode and start time. This node is particularly useful for AI artists who want to improve the quality of their generated outputs by leveraging different models at different stages of the generation process. The main goal of this node is to provide a seamless transition between models, ensuring that the most appropriate model is used at each stage to achieve the best possible results.
The time_mode
parameter determines the method used to evaluate the transition point between the primary model and the refiner model. It accepts three options: "timestep", "percent", and "sigma". Each option represents a different way to measure time during the model's execution. "timestep" uses discrete time steps, "percent" uses a percentage of the total process, and "sigma" uses the sigma value. Choosing the appropriate time mode is crucial for ensuring the correct model is applied at the right time.
The start_time
parameter specifies the point at which the transition between the primary model and the refiner model occurs. The value of start_time
depends on the selected time_mode
. For "timestep", it ranges from 0.0 to 999.0 with a default of 199.0. For "percent", it ranges from 0.0 to 1.0. For "sigma", it is based on the sigma values of the model. Setting this parameter correctly ensures that the transition happens at the optimal point for model refinement.
The model
parameter is the primary AI model used for the initial stages of the generation process. This model is applied until the specified start_time
is reached, after which the refiner model may take over. The primary model should be chosen based on its performance in the early stages of the generation process.
The refiner_model
parameter is the secondary AI model used to refine and enhance the output after the specified start_time
is reached. This model is designed to improve the quality of the generated output by providing additional refinement and detail. The refiner model should be selected based on its ability to enhance the output in the later stages of the generation process.
The output parameter MODEL
represents the AI model that has been dynamically switched between the primary model and the refiner model based on the specified time_mode
and start_time
. This output ensures that the most appropriate model is used at each stage of the generation process, resulting in higher quality and more refined outputs.
time_mode
and start_time
parameters based on the characteristics of your primary and refiner models.start_time
values to find the optimal transition point that maximizes the quality of your generated outputs.start_time
value for the "percent" time_mode
is set outside the valid range of 0.0 to 1.0.start_time
value is within the range of 0.0 to 1.0 when using the "percent" time_mode
.time_mode
is specified.time_mode
parameter is set to one of the valid options: "timestep", "percent", or "sigma".© Copyright 2024 RunComfy. All Rights Reserved.