String
The String node is a simple type utility node from the EasyUse Logic/Type category.
String
Description
The String node is a simple type utility node from the EasyUse Logic/Type category. It provides a single string value that you can set manually and pass downstream to other nodes. This is useful when you need a constant text input or want to define reusable string values in your workflow.
Inputs
- value (STRING): The text content the node will output. This defaults to an empty string and can be edited directly in the node's widget.
Outputs
- STRING: The string value assigned to the node. It passes the input text through unchanged.
Usage Notes
Use this node whenever a workflow requires a fixed string value, such as a prompt fragment, a filename prefix, or any other text parameter that needs to be connected to other nodes. Since the output is a standard STRING type, it should be compatible with any node that expects a string input.
The node has no special conversion or processing logic — it exists to make string values explicit and editable in your node graph.
Comments
Sign in with GitHub to join the discussion.