Visit ComfyUI Online for ready-to-use ComfyUI environment
Automates pairing images with prompts for AI artists, ensuring accurate associations and saving time.
The BindImageListPromptList __Inspire node is designed to seamlessly pair a list of images with corresponding prompts, ensuring that each image is associated with the appropriate positive and negative prompts. This node is particularly useful for AI artists who work with large batches of images and need to maintain consistent and accurate prompt associations. By automating the binding process, it saves time and reduces the potential for errors, allowing you to focus more on the creative aspects of your work. The node intelligently handles cases where the number of images and prompts do not match by either truncating the list of prompts or filling in with default prompts, ensuring that every image has a corresponding prompt.
This parameter accepts a list of images that you want to bind with prompts. Each image in the list will be paired with a corresponding prompt from the zipped_prompts
parameter. The images should be in a format that the node can process, typically as tensors or arrays.
This parameter takes a list of zipped prompts, where each prompt is a tuple containing a positive prompt, a negative prompt, and a prompt label. The node will bind each image from the images
list with a corresponding prompt from this list. If the number of images exceeds the number of prompts, the node will use the default prompts provided.
This is a string parameter where you can specify a default positive prompt. This prompt will be used for any images that do not have a corresponding prompt in the zipped_prompts
list. It supports multiline input, allowing you to provide detailed prompts.
Similar to default_positive
, this string parameter allows you to specify a default negative prompt. This prompt will be used for any images that do not have a corresponding negative prompt in the zipped_prompts
list. It also supports multiline input.
This output parameter returns the list of images that were input into the node. Each image in this list is now associated with a corresponding prompt.
This output parameter provides a list of positive prompts that have been bound to the images. Each entry in this list corresponds to an image in the image
output.
This output parameter provides a list of negative prompts that have been bound to the images. Each entry in this list corresponds to an image in the image
output.
This output parameter returns a list of prompt labels that have been bound to the images. Each label in this list corresponds to an image in the image
output, providing additional context or categorization for the prompts.
zipped_prompts
matches the number of images, or provide comprehensive default prompts to handle the discrepancy.© Copyright 2024 RunComfy. All Rights Reserved.