From a780271521fb9052fbb8da5faa3a105d61b450cb Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:06:50 +0800 Subject: [PATCH] Updated Command Line Arguments and Settings (markdown) --- Command-Line-Arguments-and-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-Line-Arguments-and-Settings.md b/Command-Line-Arguments-and-Settings.md index 85bd8d9..a56518e 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -26,7 +26,7 @@ Use `--port xxxx` to make the server listen on a specific port, xxxx being the w --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 | ---vae-path | VAE_PATH | None | Path to Variational Autoencoders model | +--vae-dir | VAE_PATH | None | Path to Variational Autoencoders model | --gfpgan-dir| GFPGAN_DIR | GFPGAN/ | GFPGAN directory | --gfpgan-model| GFPGAN_MODEL | GFPGAN model file name | --codeformer-models-path | CODEFORMER_MODELS_PATH | models/Codeformer/ | Path to directory with codeformer model file(s). |