EasyUse/Promptgenerated

Positive(positivePrompt)

The Positive node passes a prompt string through to the output, explicitly labeling it as the positive prompt in a workflow.

positive Prompt

output_positive
positive
STRING
Easy Use

Description

The Positive node passes a prompt string through to the output, explicitly labeling it as the positive prompt in a workflow. It is part of the EasyUse/Prompt category and is commonly used to keep prompt text organized and available for downstream nodes that accept a string.

Inputs

  • positive (STRING, required): The positive prompt text. This is the string that will be returned by the node. Defaults to an empty string.

Outputs

  • STRING: The same prompt text passed to the positive input.

Usage Notes

  • Use this node to make the positive prompt explicit and visible in your workflow graph.
  • The node performs no transformation; it simply forwards the input string.
  • Because the output is a plain string, it can be connected to any node that expects a string prompt, such as a text encoder or other prompt-processing nodes.

Comments

Sign in with GitHub to join the discussion.

Loading comments…