Visit ComfyUI Online for ready-to-use ComfyUI environment
Specialized node managing prompt terms in ComfyUI, ideal for AI artists adjusting input prompts for creative processes.
PromptTermList1 is a specialized node designed to manage and manipulate a list of prompt terms within the ComfyUI framework. As a subclass of the PromptTermList, it inherits functionalities that allow it to handle specific sets of terms, identified by its unique index. This node is particularly useful for AI artists who want to dynamically adjust and refine the input prompts used in their creative processes. By leveraging the capabilities of PromptTermList1, you can efficiently manage term lists, apply strengths to terms, and optionally store input data for future use. This node is essential for those looking to enhance their AI-generated art by fine-tuning the input prompts to achieve desired artistic effects.
The terms
parameter is a required input that represents a list of terms available for selection. These terms are loaded from a JSON file specific to the node's index, allowing you to choose from a predefined set of options. This parameter is crucial as it forms the basis of the prompt manipulation process, enabling you to select terms that best fit your artistic vision.
The text
parameter is an optional input that allows you to provide additional text to be appended to the selected terms. This parameter is a string and is forced to be input by the user. It offers flexibility in customizing the final output by adding context or additional descriptors to the selected terms.
The strength
parameter is an optional float value that determines the intensity or influence of the selected terms in the final output. It has a default value of 1.0, with a minimum of 0.05 and a maximum of 2.0. The strength can be adjusted in increments of 0.05, and it is rounded to two decimal places. This parameter is essential for controlling the weight of the terms in the generated output, allowing for subtle or pronounced effects.
The store_input
parameter is an optional boolean that indicates whether the input text should be stored for future reference. By default, it is set to False. When enabled, this feature allows you to save the input data, which can be useful for iterative processes or when you need to revisit previous configurations.
The text_out
parameter is the primary output of the node, representing the final processed text after applying the selected terms, strength, and any additional text. This output is crucial for understanding the impact of the input parameters and serves as the basis for further processing or integration into other nodes within the ComfyUI framework.
strength
values to see how they affect the prominence of the selected terms in your output. This can help you achieve the desired artistic effect.store_input
option to save configurations that you might want to revisit or refine later, especially when working on complex projects.class_type
property, which is essential for execution.class_type
property. Check your configuration and update any missing properties.PromptTermList1
is not recognized in the current setup, possibly due to a misconfiguration or missing import.NODE_CLASS_MAPPINGS
. Ensure that the node's definition is present and correctly referenced in your setup.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.