ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Allow output folder to be a symbolic link

Open jn-jairo opened this issue 2 years ago • 1 comments

The realpath() expands symbolic links, this PR changes it to abspath(), because it preserves the symbolic links, allowing the output folder to be a symbolic link pointing to a folder outside the ComfyUI folder.

jn-jairo avatar Mar 24 '23 00:03 jn-jairo

Yes! This is exactly the fix needed for those of us running ComfyUI in a Docker container.

jkovacs-dev avatar Mar 25 '23 03:03 jkovacs-dev