Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates creation of XY plots with multiple positive conditioning inputs for AI artists.
The easy XYInputs: PositiveCond
node is designed to facilitate the creation of XY plots by allowing you to input multiple positive conditioning values. This node is particularly useful for AI artists who want to visualize and compare different positive conditions in a structured manner. By providing up to four optional positive conditioning inputs, this node helps you generate a set of values and conditions that can be plotted on an XY axis. The primary goal of this node is to simplify the process of setting up and managing positive conditions for advanced plotting, making it easier to analyze and interpret the results.
This optional parameter allows you to input the first positive conditioning value. It is used to create the base entry for the XY plot. If provided, it will be assigned a value of "0" on the axis. This parameter helps in defining the initial condition for your plot.
This optional parameter allows you to input the second positive conditioning value. If provided, it will be assigned a value of "1" on the axis. This parameter is useful for adding a second condition to your plot, enabling you to compare it with the first condition.
This optional parameter allows you to input the third positive conditioning value. If provided, it will be assigned a value of "2" on the axis. This parameter helps in adding a third condition to your plot, providing more data points for comparison.
This optional parameter allows you to input the fourth positive conditioning value. If provided, it will be assigned a value of "3" on the axis. This parameter is useful for adding a fourth condition to your plot, allowing for a more comprehensive analysis.
The output parameter X_Y
is a dictionary containing three keys: axis
, values
, and cond
. The axis
key holds the string "advanced: Pos Condition", indicating the type of condition being plotted. The values
key is a list of strings representing the indices of the provided positive conditions (e.g., ["0", "1", "2", "3"]). The cond
key is a list of the actual positive conditioning values provided as inputs. This output is essential for generating the XY plot, as it organizes the conditions and their corresponding values in a structured format.
CONDITIONING
as expected by the node.© Copyright 2024 RunComfy. All Rights Reserved.