nkchocoai / ComfyUI-SaveImageWithMetaData

Custom node for ComfyUI. Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.
GNU General Public License v3.0
9 stars 2 forks source link

Option to not add _00001_ to file names? #17

Closed MNeMoNiCuZ closed 1 month ago

MNeMoNiCuZ commented 2 months ago

It would be great with an option to not add a "00001" to the end of a file name.

I understand that sometimes you may save multiple files with the same name.

In that case we should add numbers.

But if it's not needed because the user already has a unique input name, can we please avoid adding the _00001_ to the filename?

nkchocoai commented 1 month ago

Added option “add_counter_to_filename” to switch between adding “00001” or not.

MNeMoNiCuZ commented 1 month ago

Brilliant! Confirmed working. Thank you very much <3