EasyUse/XY Inputsgenerated
XY Inputs: Checkpoint //EasyUse(XYplot_Checkpoint)
XY Inputs: Checkpoint //EasyUse node from ComfyUI-Easy-Use.
X Yplot Checkpoint
X or Y
Easy Use
XY Inputs: Checkpoint //EasyUse is a source node for XY Plot workflows. It generates an X_Y data structure that represents a checkpoint axis, allowing an XY Plot node to sweep across different model checkpoints during a generation.
Inputs
This node currently declares no input sockets or widget parameters.
Outputs
- X_Y — An
X_Yobject describing the checkpoint axis to vary. Connect this to the X or Y input of an XY Plot node to use checkpoints as the sweeping variable.
Usage Notes
- This node is designed to be connected to an XY Plot node, not used standalone.
- Since no selection inputs are exposed, the actual checkpoints included in the axis are determined by the node's internal logic and the checkpoint list available to ComfyUI at execution time.
- If you need a controlled subset of checkpoints, add a checkpoint-selection step upstream or use the appropriate XY Inputs node with explicit controls if available.
- Multiple XY Inputs nodes can be combined in an XY Plot to sweep different dimensions, such as checkpoints, samplers, or LoRAs, in a single grid.
Comments
Sign in with GitHub to join the discussion.