EasyUse/XY Inputsgenerated
XY Inputs: PromptSR //EasyUse(XYplot_PromptSR)
XY Inputs: PromptSR //EasyUse node from ComfyUI-Easy-Use.
X Yplot Prompt SR
X or Y
Easy Use
The XY Inputs: PromptSR //EasyUse node (class XYplot_PromptSR) belongs to the EasyUse/XY Inputs collection. It is an XY-input helper designed around prompt search/replace behavior: it produces an X_Y data object that can drive an XY Plot experiment in which prompt segments are swapped for different values along the X and/or Y axes.
Inputs
This node currently exposes no input sockets. All of the prompt search/replace configuration is encapsulated in the node itself, so you do not need to connect any values to it.
Outputs
- X_Y: An XY Plot axis-definition object. Connect this output to an XY Plot node, or combine it with other
X_Youtputs, to supply the data that determines the rows and columns of the plot. When consumed by an XY Plot, the resulting grid will use the PromptSR replacement values defined by this node.
Usage Notes
- Use this node as a source for an XY Plot node when your goal is to compare prompt variants produced by search/replace substitutions.
- Since the node has no external inputs, any customization must be handled inside the node’s own UI rather than by connecting other nodes to it.
- The
X_Youtput is not a tensor or image; it is a plot-definition object specific to the EasyUse XY Plot workflow.
Comments
Sign in with GitHub to join the discussion.