Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates integration of external data for AI art workflows by parsing JSON string inputs into individual outputs.
The RequestInputs
node is designed to facilitate the integration of external data into your AI art workflows. This node allows you to input a JSON string containing multiple values, which are then parsed and made available as individual string outputs. This functionality is particularly useful for dynamically feeding data into your AI models, enabling more flexible and responsive art generation processes. By leveraging this node, you can easily manage and utilize a wide range of input data, enhancing the versatility and adaptability of your creative projects.
The values
parameter expects a JSON string that contains key-value pairs. Each value in the JSON string will be parsed and output as a separate string. This parameter allows you to input complex data structures in a simple and organized manner. The default value is an empty string (""
), but you can provide any valid JSON string to suit your needs.
The RequestInputs
node provides up to 32 string outputs, each corresponding to a value from the input JSON string. These outputs are named STRING_1
, STRING_2
, ..., STRING_32
. Each output will contain the value of the respective key from the input JSON string, allowing you to use these values in subsequent nodes in your workflow. This structure ensures that you can handle a large number of inputs efficiently and systematically.
RequestInputs
nodes.© Copyright 2024 RunComfy. All Rights Reserved.