WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Request: filename.txt and filename.png should be counted as seperate files #294

Open duskydd opened 10 months ago

duskydd commented 10 months ago

I was thinking of using the Save Text File and Image Save nodes as a way to auto-caption images but the current implementation causes files with similar file prefixes but different extensions to be counted together causing the output to be:

filename-0001.txt and filename-0002.png

instead of

filename-0001.txt and filename-0001.png