EasyUse/XY Inputsgenerated
XY Inputs: Seeds++ Batch //EasyUse(XYplot_SeedsBatch)
XY Inputs: Seeds++ Batch //EasyUse node from ComfyUI-Easy-Use.
X Yplot Seeds Batch
X or Y
batch_count
3
Easy Use
Description
The XY Inputs: Seeds++ Batch //EasyUse node supplies a batch of seed values for use with an XY Plot workflow. It is intended to be connected to an XY Plot node that accepts X_Y inputs, and it lets you sweep a set of seeds without manually listing each seed value.
Inputs
batch_count
- Type: INT
- Default: 3
- Minimum: 1
- Maximum: 50
The number of seeds to include in the batch. This determines how many points the XY Plot will evaluate for the seed axis. Larger values produce more seed variations and therefore more generations when the plot runs.
Outputs
X_Y
- Type: X_Y
An XY Plot data structure containing the Seeds++ batch. Connect this to an XY Plot node that consumes X_Y inputs.
Usage Notes
- This node exposes a single control:
batch_count. The seed values themselves are generated as part of the XY Plot processing. - Set
batch_countto the number of seed steps you want in the plot. The minimum is 1 and the maximum is 50. - The output is not an image, latent, or prompt; it is an
X_Ystructure used by the XY Plot node.
Comments
Sign in with GitHub to join the discussion.