was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

Save Text File node partly broken

Open drago87 opened this issue 1 year ago • 2 comments

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)]

drago87 avatar Nov 21 '23 23:11 drago87

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

WASasquatch avatar Nov 23 '23 00:11 WASasquatch

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

drago87 avatar Nov 23 '23 10:11 drago87