Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art conditioning with image dimension and aesthetic scoring parameters for CLIP model refinement.
The BNK_AddCLIPSDXLRParams
node is designed to enhance the conditioning data used in AI art generation by adding specific parameters related to image dimensions and aesthetic scoring. This node is particularly useful for refining the output of CLIP models by incorporating additional metadata that can influence the final generated image. By adjusting parameters such as width, height, and aesthetic score, you can fine-tune the conditioning data to better align with your artistic vision. This node is essential for advanced users who want to have more control over the conditioning parameters, thereby improving the quality and relevance of the generated images.
This parameter represents the initial conditioning data that will be modified by the node. It is a required input and typically consists of a list of conditioning tuples that guide the AI model in generating images.
This integer parameter sets the width of the image. The default value is 1024, with a minimum of 0 and a maximum defined by MAX_RESOLUTION
. Adjusting this parameter allows you to control the horizontal dimension of the generated image, which can be crucial for fitting specific display or print formats.
This integer parameter sets the height of the image. Similar to the width parameter, it has a default value of 1024, with a minimum of 0 and a maximum defined by MAX_RESOLUTION
. Modifying this parameter lets you control the vertical dimension of the generated image, ensuring it meets your specific requirements.
This floating-point parameter represents the aesthetic score of the image. It has a default value of 6.0, with a range from 0.0 to 1000.0 and a step size of 0.01. The aesthetic score can influence the visual appeal of the generated image, allowing you to prioritize certain aesthetic qualities over others.
The output is a modified version of the input conditioning data, now including the additional parameters for width, height, and aesthetic score. This enriched conditioning data is then used by the AI model to generate images that better match the specified criteria.
MAX_RESOLUTION
.© Copyright 2024 RunComfy. All Rights Reserved.