Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate advanced, customizable plot strings for visualizing data efficiently.
The ttN advPlot string
node is designed to generate advanced plot strings for visualizing data in a structured and customizable format. This node is particularly useful for AI artists who need to create detailed and labeled plots from a series of values or text inputs. By leveraging this node, you can easily convert a list of values or text into a formatted plot string that can be used for further visualization or analysis. The node supports various labeling options and can handle different types of input data, making it a versatile tool for creating complex plots with minimal effort.
This parameter represents the node identifier that will be used in the plot string. It is essential for linking the generated plot string to a specific node in your workflow. The node identifier should be enclosed in square brackets, e.g., [node_id]
.
The widget parameter specifies the type of widget or element that will be used in the plot string. This could be any valid widget type that supports the visualization of the values or text provided. The widget type should be a string that matches the expected widget format.
The text parameter is the input text that will be split and used to generate the plot string. This text is divided based on the specified delimiter, and each segment is included in the plot string. The text should be a string containing the data you want to visualize.
The delimiter parameter defines the character or sequence of characters used to split the input text into individual values. This allows you to control how the text is segmented for plotting. Common delimiters include commas, spaces, or newline characters. The delimiter should be a string.
This parameter determines the type of label that will be applied to each value in the plot string. The available options are 'Values', 'Title and Values', and 'ID, Title and Values'. Each option provides a different level of detail in the labels, allowing you to customize the plot's appearance. The label_type should be a string matching one of the available options.
The ui
output parameter contains the generated plot string formatted for user interface display. This string includes the labeled values and is ready for visualization in your workflow. It provides a clear and structured representation of the input data.
The result
output parameter is a tuple containing the generated plot string. This output is useful for further processing or analysis within your workflow. It ensures that the plot string is easily accessible and can be used in subsequent nodes or operations.
[node_id]
.© Copyright 2024 RunComfy. All Rights Reserved.