WASasquatch / was-node-suite-comfyui

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

Save Text File : file number iterates even though it should not #358

Open exverxes opened 8 months ago

exverxes commented 8 months ago

Save Text File will increase file counter for text file if a image file with the same name was saved using (WAS) Image Save. This means that you can not create file pairs for image + prompt with the same name as it will end up with different number in the file name.

As workaround you can use default (non WAS) Image Save as this does not increase the counter for Save Text File, but this way you loose benefits coming from WAS Image Save version.

File number should not be increased if the text file with the same name does not exist. Screenshot_3 Screenshot_4