ComfyUI
ComfyUI copied to clipboard
Allow output folder to be a symbolic link
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.
Yes! This is exactly the fix needed for those of us running ComfyUI in a Docker container.