Fixed issue where absolute paths from environment variables (like $COMFYUI_ROOT=/workspace/ComfyUI) were being treated as relative paths and prepended with the config directory. Now checks if the expanded path is absolute (starts with /) and uses it as-is, otherwise treats it as relative to the config file directory. Before: /home/valknar/Projects/runpod//workspace/ComfyUI After: /workspace/ComfyUI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
60 KiB
Executable File
60 KiB
Executable File