Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Save Image and Text Dataset to Folder node saves a list of images and their corresponding text captions to a specified folder within ComfyUI’s output directory. For each image saved as a PNG file, a matching text file with the same base name is created to store its caption. This is useful for creating organized datasets of generated images and their descriptions.

Inputs

ParameterData TypeRequiredRangeDescription
imagesIMAGEYes-List of images to save.
textsSTRINGYes-List of text captions to save.
folder_nameSTRINGNo-Name of the folder to save images to (inside output directory). (default: “dataset”)
filename_prefixSTRINGNo-Prefix for saved image filenames. (default: “image”)
Note: The images and texts inputs are lists. The node expects the number of text captions to match the number of images provided. Each caption will be saved in a .txt file corresponding to its paired image.

Outputs

Output NameData TypeDescription
--This node does not have any outputs. It saves files directly to the filesystem.