XY Inputs: Flux Guidance //EasyUse(XYplot_FluxGuidance)
XY Inputs: Flux Guidance //EasyUse node from ComfyUI-Easy-Use.
X Yplot Flux Guidance
This node creates an XY plot dataset for sweeping the Flux guidance value. It is part of the EasyUse/XY Inputs category and is meant to be connected to an XY Plot node, which will run samplings across the generated guidance values.
Inputs
- batch_count (
INT, default: 3, min: 0, max: 50): Number of guidance values to generate. Each value becomes one sample on the Flux Guidance axis. - first_guidance (
FLOAT, default: 1, min: 0, max: 100): The guidance value at the start of the series. - last_guidance (
FLOAT, default: 3.5, min: 0, max: 100): The guidance value at the end of the series.
The generated series spans from first_guidance to last_guidance; if last_guidance is lower than first_guidance, the series will be descending. A batch_count of 1 produces a single guidance value, so setting first_guidance and last_guidance differently has no visible effect beyond that one value. With batch_count set to 0, no usable series is produced for the XY plot.
Outputs
- X_Y: The XY data object consumed by an XY Plot node, representing Flux Guidance as the selected axis variable.
Usage Notes
Connect the X_Y output to an XY Plot node's X or Y input. The generated values are used to sample the same workflow with different Flux guidance settings, letting you compare outputs side by side.
The default settings produce three values from 1 to 3.5. Setting first_guidance and last_guidance to the same value is useful when you want to keep Flux guidance fixed while testing other variables.
Comments
Sign in with GitHub to join the discussion.