Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art prompts with customizable effects for nuanced descriptions and artistic control.
The PromptComposerEffect
node is designed to enhance your AI-generated art prompts by applying specific effects to the text input. This node allows you to add a variety of effects to your prompts, which can help in creating more nuanced and detailed descriptions for your AI models to interpret. By adjusting the weight and activation of these effects, you can fine-tune the influence they have on the final prompt, providing greater control over the artistic direction and style of the generated content. This node is particularly useful for AI artists looking to experiment with different effects and their intensities to achieve unique and compelling results.
This optional parameter allows you to input a string of text that will serve as the base for your prompt. If provided, this text will be included in the final output. This parameter is a string and is required to be filled if you want to include any base text in your prompt.
This required parameter specifies the type of effect you want to apply to your prompt. The available effects are predefined and can be selected from a list. The default effect is the first one in the list. This parameter allows you to add a specific artistic or stylistic effect to your prompt, enhancing its descriptive quality.
This required parameter determines the intensity of the effect applied to your prompt. It is a float value that ranges from 0 to 1.95, with a default value of 1. The weight is adjustable in steps of 0.05 and is displayed as a slider. A higher weight increases the prominence of the effect in the final prompt.
This required boolean parameter indicates whether the effect should be active or not. The default value is False
. When set to True
, the specified effect and its weight will be applied to the prompt. If False
, the effect will be ignored.
This output parameter is a string that contains the final composed prompt. It includes the base text (if provided) and the specified effect with its weight, formatted and combined into a single string. This output is ready to be used as an input for AI models to generate art based on the enhanced prompt.
effect_weight
value. This will apply the effect more gently, allowing the base text to remain prominent.active
parameter is set to True
if you want the effect to be applied. This is a common oversight that can lead to the effect being ignored.active
parameter is set to False
, causing the effect to be ignored.active
parameter to True
to ensure the effect is applied to the prompt.effect_weight
parameter is set outside the valid range of 0 to 1.95. - Solution: Adjust the effect_weight
parameter to a value within the valid range (0 to 1.95).text_in_opt
nor any other text input is provided, resulting in an empty prompt.text_in_opt
parameter to generate a meaningful prompt.© Copyright 2024 RunComfy. All Rights Reserved.