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 : default relative output path is wrong #357

Open exverxes opened 8 months ago

exverxes commented 8 months ago

If you compare two nodes: Save Text File and Image Save then you need to input different relative path to put files in the same directory. By default Image Save outputs into "output" folder, while Save Text File outputs into main ComfyUI folder.

Save Text File should use output as default relative path. Additionaly Save Text File by default uses "./ComfyUI/output/[time(%Y-%m-%d)]" as default path, which does not work on Windows while Image Save uses "[time(%Y-%m-%d)]" which works. Tested on Windows.