Visit ComfyUI Online for ready-to-use ComfyUI environment
Control activation state of refiner model at specified generation point for image optimization in AI art.
The XY Input: Refiner On_Off node is designed to control the activation state of a refiner model during the image generation process. This node allows you to specify a point in the generation process, defined as a percentage, at which the refiner model should be turned on or off. By using this node, you can fine-tune the involvement of the refiner model, optimizing the quality and characteristics of the generated images. This functionality is particularly useful for AI artists who want to experiment with different refinement stages to achieve the desired artistic effects.
This parameter determines the point in the generation process at which the refiner model is activated or deactivated. It is a floating-point value that ranges from 0.00 to 1.00, where 0.00 represents the start of the process and 1.00 represents the end. The default value is set to 0.80, meaning the refiner model will be activated at 80% of the process. Adjusting this value allows you to control when the refiner model influences the image generation, enabling you to experiment with different refinement stages to achieve various artistic effects.
The output parameter is a tuple containing the type and value of the XY input. The type is a string "Refiner On/Off", and the value is a list where the first element is the refine_at_percent
value and the second element is a constant 1. This output is used to signal the activation state of the refiner model at the specified percentage point during the image generation process.
refine_at_percent
values to see how the timing of the refiner model activation affects the final image quality.refine_at_percent
values if you want the refiner model to have a more significant impact throughout the generation process.refine_at_percent
values if you want the base model to handle most of the generation and the refiner model to make final adjustments.refine_at_percent
value is outside the allowed range of 0.00 to 1.00.refine_at_percent
value is set within the range of 0.00 to 1.00.[refine_at_percent, 1]
.© Copyright 2024 RunComfy. All Rights Reserved.