From e6dd8a884fa5a513c2af8a08cec7e0632b49a708 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sat, 2 Nov 2024 20:11:12 +0900 Subject: [PATCH] Updated Command Line Arguments and Settings (markdown) --- Command-Line-Arguments-and-Settings.md | 1 + 1 file changed, 1 insertion(+) 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. |