Visit ComfyUI Online for ready-to-use ComfyUI environment
Accept and manipulate multiline text input for AI art creation workflows.
The InputText
node is designed to allow you to input and manipulate text within the Ollama category of nodes. This node is particularly useful for AI artists who need to provide textual input for further processing or transformation within their workflows. The primary function of this node is to accept a string of text, which can be multiline, and pass it through for subsequent operations. This capability is essential for tasks that involve text generation, description, or any form of textual data manipulation, making it a versatile tool in your AI art creation process.
The string
parameter is the main input for the InputText
node. It accepts a string of text, which can be multiline, allowing you to input extensive textual data. This parameter is crucial as it forms the basis of the text that will be processed or transformed by subsequent nodes. The default value is an empty string (""
), and it supports multiline input, making it flexible for various text-based applications.
The output parameter STRING
returns the text that was input into the node. This output is essential as it allows the text to be passed on to other nodes for further processing or transformation. The returned text is in the same format as it was input, ensuring that the integrity of the data is maintained throughout the workflow.
string
parameter to input large blocks of text, which can be useful for generating detailed descriptions or narratives.InputText
node with other text processing nodes to create complex text manipulation workflows, enhancing the versatility of your AI art projects.string
parameter is left empty.string
parameter before running the node.© Copyright 2024 RunComfy. All Rights Reserved.