ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

The workflow API saved in the windows environment cannot be used in linux environment

Open petercham opened this issue 1 year ago • 0 comments

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?

petercham avatar Apr 25 '24 14:04 petercham