WASasquatch / was-node-suite-comfyui

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

Save Text File node partly broken #280

Open drago87 opened 10 months ago

drago87 commented 10 months ago

If i try to save a file to the "reccomended" ./ComfyUI/output/[time(%Y-%m-%d)] it will not make a file in the comfyui folder i will get this 'D:\AI\pinokio\api\comfyui.pinokio.git/ComfyUI/output/2023-11-22' doesn't exist! Creating it... in the comand prompt but no file to be found. But if i manualy set it to D:\AI\pinokio\api\comfyui.pinokio.git/ComfyUI/output/[time(%Y-%m-%d)] it works this is tested with pinokio on windows

--EDIT-- Found it it got saved at D:\AI\pinokio\api\comfyui.pinokio.git/ComfyUI/ComfyUI/output/[time(%Y-%m-%d)]

WASasquatch commented 10 months ago

Well your path is non-standard, to start. It's a mixture of valid, and invalid windows separators.

drago87 commented 10 months ago

Something is defenetly wrong If i send ./output/Test/512x768 to the output path of the Image Save node it saves it to ComfyUI/output/output/Test/512x768 and if i send the same (at the same time) to the Save Text File node it saves it to ComfyUI/output/Test/512x768

image