Visit ComfyUI Online for ready-to-use ComfyUI environment
Create and manage text prompts for AI art projects by combining multiple inputs into a cohesive prompt.
The chaosaiart_Simple_Prompt
node is designed to help you create and manage text prompts for your AI art projects. This node allows you to input a primary prompt and optionally add additional text to it, which can be useful for refining or expanding your creative ideas. The main goal of this node is to streamline the process of generating complex prompts by combining multiple text inputs into a single, cohesive prompt. This can be particularly beneficial when you want to experiment with different prompt variations or add specific details to your main prompt without manually editing it each time.
This is the main text input for your prompt. It is a required parameter and allows you to enter the primary text that you want to use as the basis for your AI-generated art. The input is a string and supports multiline text, enabling you to create detailed and complex prompts. There are no specific minimum or maximum values, but it is recommended to keep the text concise and relevant to your artistic goals.
This is an optional parameter that allows you to add additional text to your main prompt. It is also a string and supports multiline text, giving you the flexibility to include extra details or variations to your primary prompt. This parameter can be particularly useful for refining your prompt or adding new elements without altering the original text. If not provided, the node will only use the main prompt.
This output parameter returns the final combined prompt as a string. It merges the main prompt and any additional text provided through the add_prompt
parameter. The resulting text can then be used as input for other nodes or directly in your AI art generation process. This output is essential for ensuring that your prompt is cohesive and includes all the elements you intended to incorporate.
add_prompt
parameter to quickly test variations of your main prompt without having to rewrite the entire text. This can save time and make the creative process more efficient.add_prompt
parameter is not provided and the node attempts to iterate over a None
value.add_prompt
parameter, even if it is an empty string, to avoid this error.Prompt
parameter is not a string.Prompt
parameter is a string. If you are using variables or other nodes to generate the input, ensure they output a string type.forceInput
attribute is not recognized in the context of the node's implementation.forceInput
attribute is correctly implemented and supported in your version of the node. If not, consider removing or modifying it based on the node's requirements.ยฉ Copyright 2024 RunComfy. All Rights Reserved.