Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline prompt generation for AI art creation, blending styles, text concatenation, and efficient handling of prompts.
The easy prompt node is designed to streamline the process of generating and managing prompts for AI art creation. It allows you to blend multiple styles, concatenate text, replace parts of prompts, and handle negative prompts efficiently. This node is particularly useful for artists who want to experiment with different styles and prompts without manually editing each one. By automating the prompt generation process, it saves time and ensures consistency across different art pieces. The node can handle both positive and negative prompts, making it versatile for various creative needs.
This is the main text input for the node. It accepts a string that can be multiline, allowing you to input complex prompts. The default value is "text". This parameter is crucial as it forms the base of the prompt that will be processed and manipulated by the node.
This integer parameter specifies the starting index for processing the prompt lines. It has a minimum value of 0 and a maximum value of 9999, with a default value of 0. This parameter helps in selecting a specific portion of the prompt to be processed, which can be useful for large prompts.
This integer parameter defines the maximum number of rows to process from the starting index. It ranges from 1 to 9999, with a default value of 1000. This parameter is useful for controlling the length of the processed prompt, ensuring that only the relevant portion is used.
This is an optional hidden parameter that can be used to input a predefined workflow prompt. It is of type "PROMPT". This parameter is useful for advanced users who want to integrate the node into a larger workflow.
This is another optional hidden parameter of type "UNIQUE_ID". It is used to uniquely identify the prompt within a workflow. This parameter is essential for managing multiple prompts and ensuring that they do not conflict with each other.
This output parameter returns the processed prompt as a string. It is the main output of the node and can be used directly in your AI art generation process. The string will include all the modifications and styles applied to the original prompt.
This output parameter also returns the processed prompt but in a list format. This is useful for scenarios where you need to handle each line of the prompt separately. The list will contain each line of the processed prompt as a separate string.
start_index
and max_rows
parameters to focus on specific parts of your prompt, especially when dealing with large texts.workflow_prompt
and my_unique_id
parameters for advanced workflows to manage multiple prompts efficiently.start_index
or max_rows
parameters are out of the valid range.start_index
and max_rows
parameters are within the valid range of the prompt lines.© Copyright 2024 RunComfy. All Rights Reserved.