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

Fix output path handling on WAS_Create_Video_From_Path #104

Closed bourneash closed 1 year ago

bourneash commented 1 year ago

Had issues when using absolute paths in the video output, would still try to append to ComfyUI directory + output path.

System I am using is Ubuntu 22.04.

WASasquatch commented 1 year ago

That's strange, it doesn't look like anything would be including that on it's own in the top level code. Must be something with os module. All I ever hear about is quirks with os module and different OSes which is why Path is a good alternate. But Path is also really weird to use.