-
-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving checkpoints selectively to external drive? #771
Comments
You can make a symbolic link using Windows tools.
mkdir /D "destination" "source" "destination" - path to the directory with models in the StabilityMatrix. For example, in my case, disk L is the external disk, disk F is the internal disk where StabilityMatrix is installed, SD15LCM is the directory where rarely used models are stored. mklink /D "F:\StabilityMatrix\Models\StableDiffusion\SD15LCM" "L:\ModelX\SD15LCM" Before executing the command, please note that there must not be a directory in the destination directory with the name you gave to the rare models directory, otherwise you will get an error. Also pay attention that the path in the source and destination do not end with a slash sign. |
Update changelog (cherry picked from commit f25fbb0)
This issue is stale because it has been open 30 days with no activity. Remove the stale label or comment, else this will be closed in 5 days. |
This issue was closed because it has been stale for 5 days with no activity. |
Update changelog
Is there a way to move certain rarely used checkpoints to an external drive while keeping the most important ones on the same drive where Stability Matrix is installed? Can it be done with using additional symbolic links on my windows system? Is this something that can be configured from within Stability Matrix? Can someone point to a solution?
The text was updated successfully, but these errors were encountered: