EasyUse/Promptgenerated

Negative(negativePrompt)

The Negative node is a simple string utility in the EasyUse/Prompt category.

negative Prompt

output_negative
negative
STRING
Easy Use

Description

The Negative node is a simple string utility in the EasyUse/Prompt category. It provides a dedicated input for your negative prompt text and passes it through as a string output. This is useful for keeping negative prompts separate from positive prompts in a workflow, making them easier to read and reuse.

Inputs

negative

  • Type: STRING
  • Required: true
  • Default: ""

Enter the negative prompt text here. Plain text or prompt-weight syntax is accepted, depending on what your downstream prompt encoding node expects.

Outputs

  • Type: STRING

The output is the exact string entered in the negative input. Connect it to a prompt-encoding node or any other node that accepts a string prompt.

Usage Notes

  • This node does not modify, parse, or transform the input text; it acts as a passthrough for negative prompt text.
  • Use it to separate the negative prompt from the rest of your workflow logic, especially in complex prompt setups.
  • Since the output is a plain string, it can also be chained with other string-manipulation nodes if you need to build a dynamic negative prompt.

Comments

Sign in with GitHub to join the discussion.

Loading comments…