Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently generate multiple prompts with prefixes and suffixes for streamlined prompt creation.
CreaPrompt List, also known as CreaPrompt Multi Prompts, is a versatile node designed to help you generate multiple prompts efficiently. This node allows you to input a list of prompts and optionally add prefixes and suffixes to each prompt. The primary goal of CreaPrompt List is to streamline the process of creating complex prompt structures by automating the concatenation of additional text elements. This can be particularly useful for AI artists who need to generate a variety of prompts with consistent formatting. By using this node, you can save time and ensure uniformity across your prompts, enhancing your creative workflow.
This parameter accepts a multiline string input where each line represents a separate prompt. The node will process each line individually, allowing you to manage multiple prompts in one go. The default value is "body_text".
This parameter allows you to specify a string that will be added as a prefix to each prompt. If left empty, no prefix will be added. This can be useful for adding consistent introductory text to each prompt. The default value is an empty string.
This parameter allows you to specify a string that will be added as a suffix to each prompt. If left empty, no suffix will be added. This can be useful for adding consistent concluding text to each prompt. The default value is an empty string.
This output parameter returns a list of processed prompts. Each prompt in the list will include the specified prefix and suffix if they were provided. This allows you to easily use the generated prompts in subsequent steps of your workflow.
This output parameter returns a debug version of the processed prompts. Each prompt in this list is prefixed with a special character (➡️) to help you visually distinguish and debug the generated prompts. This can be particularly useful for troubleshooting and ensuring that your prompts are formatted correctly.
prefix
and suffix
parameters effectively.prompt_debug
output to verify the formatting and content of your generated prompts before using them in your main workflow.Multi_prompts
parameter is required and cannot be left empty.Multi_prompts
parameter.prefix
or suffix
parameters may contain invalid characters or formatting.prefix
and suffix
parameters to ensure they are correctly formatted and do not contain any invalid characters.prompt
and prompt_debug
outputs do not match.prompt_debug
output to identify any discrepancies.© Copyright 2024 RunComfy. All Rights Reserved.