diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md index 73626c0..5aa9ad4 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -61,6 +61,7 @@ https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10516 -h, --help | None | False | Show this help message and exit. | --exit | | | Terminate after installation | --data-dir | DATA_DIR | ./ | base path where all user data is stored | +--models-dir | MODELS | None | base path where models are stored; overrides --data-dir --config | CONFIG | configs/stable-diffusion/v1-inference.yaml | Path to config which constructs model. | --ckpt | CKPT | model.ckpt | Path to checkpoint of Stable Diffusion model; if specified, this checkpoint will be added to the list of checkpoints and loaded. | --ckpt-dir | CKPT_DIR | None | Path to directory with Stable Diffusion checkpoints. |