🪠️ WWAA Image Batch Loader

WWAA_ImageLoader

Loads images from a directory and loops through them in different orders with multiple sorting options (alphabetical, numerical, creation time, modification time, Windows Explorer style). Can read corresponding caption files with matching names as .txt files. Supports various image formats including PNG, JPG, JPEG, and WEBP.

Pack: WWAA-CustomNodes

custom_nodes.WWAA-CustomNodes

Inputs (7)

NameTypeRequired
directory_pathSTRINGrequired
file_extensionCOMBOrequired
reset_indexBOOLEANrequired
sort_methodCOMBOrequired
reload_directoryBOOLEANrequired
read_captionBOOLEANrequired
starting_indexINToptional

Outputs (5)

NameType
imageIMAGE
current_indexINT
total_imagesINT
filenameSTRING
captionSTRING