-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Change model folder location
Bas van Dijk edited this page Jun 3, 2023
·
1 revision
Sometimes it might be useful to move your models to another location. Reasons for this could be:
- Main disk has low disk space
- You are using models in multiple tools and don't want to store them twice
The default model folder is stable-diffusion-webui/models
- Open in Finder two windows e.g.
stable-diffusion-webui/models/Stable-diffusion
and the folder where your models are located. - Press option ⌥ + command ⌘ while dragging your model from the model folder to the target folder
- This will make an alias instead of moving the models
- Let's assume your model
openjourney-v4.ckpt
is stored in~/ai/models/
- Now we make a symbolic link (i.e. alias) to this model
- Open your terminal and navigate to your Stable Diffusion model folder e.g.
cd ~/stable-diffusion-webui/models/Stable-diffusion
- Make a symbolic link to your model with
ln -sf ~/ai/models/openjourney-v4.ckpt
This is the Stable Diffusion web UI wiki. Wiki Home
Setup
- Install and run on NVidia GPUs
- Install and run on AMD GPUs
- Install and run on Apple Silicon
- Install and run on Intel Silicon (external wiki page)
- Install and run via container (i.e. Docker)
- Run via online services
Reproducing images / troubleshooting
Usage
- Features
- Command Line Arguments and Settings
- Optimizations
- Custom Filename Name and Subdirectory
- Change model folder location e.g. external disk
- User Interface Customizations
- Guides and Tutorials
Developers