Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates saving and sharing latent representations in AI art workflows, generating preview images and saving data with metadata.
LatentSender is a specialized node designed to facilitate the saving and sharing of latent representations in AI art workflows. Its primary function is to take latent samples, generate a preview image, and save the latent data along with any associated metadata to a file. This node is particularly useful for artists who need to share their latent representations with others or save them for future use. By converting latent data into a shareable format, LatentSender ensures that the intricate details of your AI-generated art can be preserved and easily transferred. The node also supports the inclusion of additional metadata, such as prompts and extra information, enhancing the context and usability of the saved latents.
This parameter represents the latent samples that you want to save and share. It is a dictionary containing the latent tensor under the key "samples"
. The latent samples are the core data that will be processed and saved by the node.
This parameter allows you to specify a prefix for the filename under which the latent data will be saved. The default value is "latents/LatentSender"
. This helps in organizing and categorizing the saved files, making it easier to locate them later.
This parameter is used to identify the link for synchronization purposes. It is an integer value, with the default being 0. This ID helps in managing and tracking the saved latents, especially when multiple latents are being processed simultaneously.
This parameter determines the method used to generate a preview image from the latent samples. The default value is "Latent2RGB-SDXL"
. The preview method is crucial for visualizing the latent data, providing a quick look at what the latent represents.
This optional parameter allows you to include a text prompt associated with the latent samples. Including a prompt can provide context and additional information about the latent data, making it more informative and useful.
This optional parameter allows you to include additional metadata in the form of a dictionary. This metadata can contain any extra information you deem necessary, further enriching the saved latent data.
This output parameter is a dictionary containing information about the saved latent images. It includes the filename, subfolder, and type of the saved latent, providing a comprehensive overview of the saved data. This information is crucial for locating and utilizing the saved latents in future workflows.
"samples"
to avoid errors during the saving process."samples"
."samples"
and that it contains the latent tensor data.link_id
is not valid or recognized.link_id
is an integer and is correctly specified. Check for any typos or incorrect values.© Copyright 2024 RunComfy. All Rights Reserved.