Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently locate and manage text prompts for AI artists.
The text-util-prompt-search
node is designed to help you locate specific text within a larger body of text. This node is particularly useful for AI artists who need to manage and manipulate text prompts efficiently. By using this node, you can quickly search for specific keywords or phrases within your text, making it easier to organize and refine your prompts. This functionality is essential for tasks that require precise text manipulation, such as generating art descriptions or modifying existing text prompts to better suit your creative needs.
This parameter represents the main body of text in which you want to search for specific keywords or phrases. It accepts a string input and is the primary text that will be scanned during the search operation. There are no minimum or maximum values for this parameter, and it can be left empty if no text is provided.
This parameter specifies the keyword or phrase you want to search for within the main body of text. It also accepts a string input and is used to identify the specific text you are looking for. Similar to the text
parameter, there are no minimum or maximum values, and it can be left empty if no search term is provided.
The output of this node is a string that contains the result of the search operation. If the specified keyword or phrase is found within the main body of text, the output will include the matched text. This output is crucial for verifying the presence of specific text within your prompts and can be used for further text manipulation or analysis.
search
parameter is specific enough to avoid false positives. For example, use unique keywords or phrases that are unlikely to appear in other contexts.text-util-prompt-replace
or text-util-prompt-del
, to create a more comprehensive text processing pipeline.search
parameter to ensure it matches the text you are looking for. You may also want to verify that the text
parameter contains the expected content.text
or search
parameter is left empty.text
and search
parameters are populated with appropriate string values before executing the node.© Copyright 2024 RunComfy. All Rights Reserved.