EasyUse/Pipegenerated

Pipe Edit Prompt(pipeEditPrompt)

The Pipe Edit Prompt node updates the prompt texts carried inside an EasyUse pipeline.

pipe Edit Prompt

pipe
pipe
positive
STRING
negative
STRING
Easy Use

Description

The Pipe Edit Prompt node updates the prompt texts carried inside an EasyUse pipeline. It takes an existing PIPE_LINE, overwrites its positive and negative prompt strings with the values supplied through the node’s text inputs, and outputs the same pipeline with the updated prompt fields. All other pipeline data is preserved.

Inputs

  • pipe (PIPE_LINE, required): The pipeline whose positive and negative prompt fields should be edited.
  • positive (STRING, required, default: ""): The new positive prompt text to store in the pipe.
  • negative (STRING, required, default: ""): The new negative prompt text to store in the pipe.

Outputs

  • PIPE_LINE: The input pipe with its positive and negative prompt values replaced by the provided strings.

Usage Notes

  • Connect any EasyUse pipe-producing node into pipe; the node will pass the rest of the pipeline through unchanged.
  • Because both prompt inputs default to empty strings, sending the node with no text will overwrite the existing positive and negative prompts with empty values.
  • This node edits only the textual prompts stored in the pipe. It does not itself create conditioning; run the modified pipe through a conditioning node or pipe processing step afterwards.

Comments

Sign in with GitHub to join the discussion.

Loading comments…