Add ability to load checkpoints and loras from multiple locations
I have models on different drives (and network storage) for the different levels of storage or speed required, and still wanted to be able to access them all.
The config for paths can either be a string, or a list, like so:
path_checkpoints: "C:\Location1", "path_checkpoints": [ "C:\Location1", "D:\Location2", ],
We need this!
You can use a symbolik link to share a checkpoint folder between multiple UI.
You can use a symbolik link to share a checkpoint folder between multiple UI.
That is exactly what I do. I guess Windows guys can't. :D
On Windows, you can use Link Shell Extension https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html This tool can create symbolik link without needing to type command lines