comfyui-nodes-docs
comfyui-nodes-docs copied to clipboard
[bug] CR_SaveTextToFile adds \ to path
Not everybody uses Windows. On Linux it creates weird filenames with embedded \ symbol in it. It should use os.path.join(() instead.