Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance images with custom metadata for categorization, searchability, and context.
The AddMetaData
node is designed to enhance your images by embedding custom metadata into them. This node allows you to add descriptive labels and text values to your images, which can be useful for categorization, searchability, and providing additional context. By incorporating metadata, you can make your images more informative and easier to manage, especially in large collections. The primary function of this node is to take an image and append the specified metadata, ensuring that the information is stored within the image file itself.
This parameter represents the image to which you want to add metadata. It is the primary input and must be provided for the node to function. The image can be in any standard format that supports metadata embedding.
The label
parameter is a string that serves as the key for the metadata entry. It is a descriptive tag that helps identify the type of information being added. For example, you might use labels like "Author," "Description," or "Location." This parameter does not support multiline input and has a placeholder text "Label for metadata" to guide you.
The text_value
parameter is the actual content or value associated with the label. It is a string that can contain detailed information relevant to the label. This parameter supports multiline input, allowing you to add extensive descriptions or notes. The placeholder text "Text to add to metadata" is provided to help you understand its purpose.
This hidden parameter is used internally to handle prompts. It is not required to be set manually and is managed by the node's internal logic.
This hidden parameter is used to store additional metadata information. It is managed internally and does not require manual input. If not provided, the node initializes it as an empty dictionary.
The output is the same image provided as input but with the added metadata. This enhanced image now contains the specified label and text value embedded within its metadata, making it more informative and easier to manage.
text_value
parameter to add detailed descriptions or notes.image
, label
, and text_value
) are provided and correctly formatted.© Copyright 2024 RunComfy. All Rights Reserved.