Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art with specific style blending for consistent, visually appealing results.
The Style Conditioner Base Only node is designed to enhance your AI-generated art by applying specific styles to the conditioning process. This node allows you to blend a chosen style with the existing conditioning, thereby influencing the final output to reflect the desired artistic elements. By leveraging this node, you can achieve more consistent and visually appealing results that align with your creative vision. The node works by encoding style prompts and averaging them with the base conditioning, ensuring a seamless integration of style into your artwork.
This parameter allows you to select the style you want to apply. The available styles are predefined and can be chosen from a list. The style you select will influence the positive and negative conditioning prompts used in the process.
This parameter controls the intensity of the style application. It is a float value with a default of 0.5, a minimum of 0.0, and a maximum of 1.0. Adjusting the strength will determine how strongly the selected style influences the final conditioning.
This is the base positive conditioning input. It represents the initial conditioning that will be modified by the selected style.
This is the base negative conditioning input. Similar to the positive_cond_base, it represents the initial negative conditioning that will be influenced by the selected style.
This parameter represents the base CLIP model used for encoding the style prompts. It is essential for generating the new conditioning based on the selected style.
This parameter is a boolean option ('true' or 'false') that determines whether a seed should be used to select a style from a list. If set to 'true', the seed value will be used to pick a style.
This is an integer value used in conjunction with the use_seed parameter. It helps in selecting a style from the list when use_seed is set to 'true'. The default value is 0, with a minimum of 0 and a maximum of 0xffffffffffffffff.
This output represents the modified positive conditioning after applying the selected style. It combines the original positive conditioning with the encoded style prompt, adjusted by the specified strength.
This output represents the modified negative conditioning after applying the selected style. It combines the original negative conditioning with the encoded style prompt, adjusted by the specified strength.
This output is a string that indicates the style applied during the conditioning process. It helps in identifying the style used for future reference or debugging.
© Copyright 2024 RunComfy. All Rights Reserved.