ComfyUI
ComfyUI copied to clipboard
The workflow API saved in the windows environment cannot be used in linux environment
Because the load node, such as ControlNet, if there is a subdirectory in LoRa, the path saved by the Windows API is "Subdirectory Name//Model Name", and Linux is "Subdirectory Name\Model Name"
Is it possible to achieve automatic escaping?