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

Update WAS_Node_Suite.py - was_text_save #411

Closed MilitantHitchhiker closed 3 months ago

MilitantHitchhiker commented 4 months ago

The main changes are in the generate_filename method:

If number_padding is set to 0, the method generates a filename without a numerical suffix, using the prefix and extension only. If number_padding is greater than 0, the method uses the existing logic to generate a filename with a numerical suffix.

Issues Resolved: Allows a delimiter below 2 Setting the delimiter to 0 removes the delimiter and allows overwrite.