Is it possible to have a different folder for models? #6454
Replies: 4 comments 9 replies
-
set COMMANDLINE_ARGS= --ckpt-dir "Your drive:\yourfolder" , more info here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings |
Beta Was this translation helpful? Give feedback.
-
Symlinks are what you need! This is the one I use: https://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html Quick install:
Then in Explorer you use right click actions on one or many files to copy source (drive with plenty of space), and right-click paste as symlink (auto/models/stable-diffusion or whatever). Been doing this for months. This is also great if you want to use multiple web UIs. You can create symlinks 100% in powershell, but I find it's kinda awkward, even for me. |
Beta Was this translation helpful? Give feedback.
-
I actually find that this takes much longer to load than on my ssd... :/ I've been waiting 5 minutes during this bootup for a model to load on launch. |
Beta Was this translation helpful? Give feedback.
-
I think there's no "install" of the Web UI. You install the dependencies (python, git), but Web UI downloads what it needs into its own folder. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My main hard drive is low on resources, I have a spare hard drive with all my models. I'm lazy, and I don't wanna install the webui on another drive, is it possible to select where our model directory is?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions