Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for inputting single line text into AI art projects, simplifying integration of textual data into workflows.
The String Input [Dream] node is designed to allow you to input a single line of text into your AI art project. This node is particularly useful for providing specific textual data that can be used in various downstream processes, such as logging, tokenization, or other text-based manipulations. By offering a straightforward way to input strings, this node simplifies the process of integrating textual information into your workflows, ensuring that you can easily manage and utilize text data without needing extensive technical knowledge.
The value
parameter is where you input the string you want to use. This parameter accepts a single line of text and does not support multiline input. The default value is an empty string (""
). This parameter is essential as it provides the core text data that will be processed or utilized by other nodes in your workflow.
The output parameter STRING
returns the exact text that was input into the value
parameter. This output can be used as input for other nodes that require textual data, making it a versatile component in your AI art projects. The returned string is unchanged, ensuring that the text you input is the text you get back.
value
parameter before executing the workflow.© Copyright 2024 RunComfy. All Rights Reserved.