Visit ComfyUI Online for ready-to-use ComfyUI environment
Manage and manipulate prompt terms in ComfyUI for AI art projects with flexibility and precision.
PromptTermList3 is a specialized node designed to manage and manipulate a list of prompt terms within the ComfyUI framework. It extends the functionality of the base class PromptTermList
, allowing you to work with a predefined set of terms that can be dynamically adjusted based on your creative needs. This node is particularly useful for AI artists who want to fine-tune their prompts by selecting specific terms and adjusting their influence through a strength parameter. The node's primary goal is to provide a flexible and intuitive way to handle prompt terms, enabling you to craft more precise and effective prompts for your AI-generated art projects.
The terms
parameter is a required input that consists of a list of predefined terms loaded from a JSON file specific to this node. These terms represent the building blocks of your prompt, and selecting the right combination can significantly impact the output of your AI-generated art. The list of terms is dynamically loaded based on the node's index, ensuring that you have access to a unique set of terms tailored for different creative scenarios.
The text
parameter is an optional string input that allows you to append additional text to the selected terms. This can be used to provide context or further specify the desired outcome of your prompt. By default, this parameter is not required, but when used, it can enhance the specificity and clarity of your prompt.
The strength
parameter is an optional float input that determines the influence of the selected terms on the final output. It ranges from 0.05 to 2.0, with a default value of 1.0. Adjusting the strength allows you to control how strongly the selected terms affect the generated art, providing a way to fine-tune the balance between different elements in your prompt.
The store_input
parameter is an optional boolean input that, when set to true, stores the input text for future reference. This can be useful for maintaining consistency across multiple prompt iterations or for debugging purposes. By default, this parameter is set to false, meaning the input text is not stored unless explicitly specified.
The text_out
parameter is the primary output of the node, returning a string that combines the selected terms and any additional text provided. This output is formatted based on the strength parameter, ensuring that the influence of each term is accurately represented. The text_out
serves as the final prompt that can be used in subsequent nodes or processes within the ComfyUI framework.
text
parameter to add context or specific instructions to your prompt, which can help guide the AI in producing more targeted results.store_input
parameter when working on complex projects that require consistent prompt configurations across multiple iterations.NODE_CLASS_MAPPINGS
and that the class type is specified in the prompt configuration.RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Playground, enabling artists to harness the latest AI tools to create incredible art.