mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-28 10:25:05 +08:00
Page:
Change model folder location
Pages
API
Change model folder location
Command Line Arguments and Settings
Containers
Contributing
Custom Images Filename Name and Subdirectory
Custom Scripts
Dependencies
Developing custom scripts
Developing extensions
Extensions index
Extensions
Features
Guides and Tutorials
Home
How to make your own Inpainting model
How to switch to different versions of WebUI
Install and Run on AMD GPUs
Install and Run on NVidia GPUs
Installation on Apple Silicon
List of Time Zones
Localization
Negative prompt
On the benefits of writing short, concise code
Online Services
Optimizations
Optimum SDXL Usage
Seed breaking changes
Tests
Textual Inversion
Troubleshooting
User Interface Customizations
Xformers
1
Change model folder location
Bas van Dijk edited this page 2023-06-03 09:47:12 +02:00
Table of Contents
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
macOS Finder
- 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
Command line
- 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
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
This is the Stable Diffusion web UI wiki. Wiki Home