Can App Data Directory be changed? #404
-
|
Can I change app data directory? I dont want it to be on C:/ , at least keep the models out. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Right now no, but maybe in the future. If someone wants to implement it I'm here for it, I think the model download ui would have to change a little to support this |
Beta Was this translation helpful? Give feedback.
-
|
If you want a solution right now, what you could do would be to move the files manually to the place you want them to be, and then create a symlink between the specific folder in appdata and the new location where the files are actually stored. This can easily be done with a terminal or CMD, or you can even use some open source programs like https://github.com/amd989/Symlinker to create the symlinks. |
Beta Was this translation helpful? Give feedback.
Right now no, but maybe in the future. If someone wants to implement it I'm here for it, I think the model download ui would have to change a little to support this