Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art with advanced prompt styling for customization and control.
The SDXLPromptStylerAdvanced node is designed to enhance your AI-generated art by applying sophisticated styling to your prompts. This node allows you to process and combine both positive and negative prompts with advanced templates, ensuring that your artistic vision is accurately reflected in the generated output. By leveraging this node, you can achieve a higher level of customization and control over the stylistic elements of your prompts, making it easier to create unique and compelling AI art. The node also provides logging capabilities to help you track and refine your prompt styling process.
This parameter accepts a global positive prompt as a string. It is used as the primary positive input that will be styled and combined with the template. The default value is an empty string, and it supports multiline input.
This parameter accepts a local positive prompt as a string. It is used as an additional positive input that will be styled and combined with the template. The default value is an empty string, and it supports multiline input.
This parameter accepts a negative prompt as a string. It is used to specify elements that should be avoided in the generated art. The default value is an empty string, and it supports multiline input.
This parameter allows you to select a style from a predefined list of styles loaded from the current directory. The selected style will be applied to both positive and negative prompts.
This parameter determines where the negative prompt should be applied. The options are "Both", "G only", and "L only", with the default being "Both". This allows you to control whether the negative prompt affects both global and local prompts or just one of them.
This boolean parameter specifies whether the global positive prompt should be copied to the local positive prompt. The default value is False, with "yes" and "no" labels for enabling and disabling this option, respectively.
This boolean parameter enables or disables logging of the prompt styling process. When set to True, detailed information about the styling process will be printed to the console. The default value is False, with "yes" and "no" labels for enabling and disabling this option, respectively.
This output parameter returns the styled global positive prompt as a string. It reflects the application of the selected style to the original global positive prompt.
This output parameter returns the styled local positive prompt as a string. It reflects the application of the selected style to the original local positive prompt.
This output parameter returns the combined and styled positive prompt as a string. It merges the global and local positive prompts into a single styled prompt.
This output parameter returns the styled global negative prompt as a string. It reflects the application of the selected style to the original global negative prompt.
This output parameter returns the styled local negative prompt as a string. It reflects the application of the selected style to the original local negative prompt.
This output parameter returns the combined and styled negative prompt as a string. It merges the global and local negative prompts into a single styled prompt.
copy_to_l
option.log_prompt
option to debug and refine your prompt styling process by reviewing the detailed logs.text_positive_g
is not a string.text_positive_g
parameter.log_prompt
parameter is set to a boolean value and try again.© Copyright 2024 RunComfy. All Rights Reserved.