From 28f4dc4c6f4e6113cce908db6b66a2a20f164871 Mon Sep 17 00:00:00 2001 From: Michoko Date: Tue, 18 Oct 2022 14:13:53 +0200 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 aa883b8..5a8e6a0 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -62,7 +62,7 @@ Use `--port xxxx` to make the server listen on a specific port, xxxx being the w --opt-split-attention-v1 | None | False | enable older version of split attention optimization that does not consume all the VRAM it can find | --opt-channelslast | None | False | change memory type for stable diffusion to channels last | --disable-opt-split-attention | None | False | force-disables cross-attention layer optimization | ---use-cpu | {all,sd,interrogate,gfpgan,bsrgan,esrgan,scunet,codeformer} | None | use CPU as torch device for specified modules | +--use-cpu | {all, sd, interrogate, gfpgan, bsrgan, esrgan, scunet, codeformer} | None | use CPU as torch device for specified modules | --no-half | None | False | do not switch the model to 16-bit floats | --precision | {full,autocast} | autocast | evaluate at this precision | --no-half-vae | None | False | do not switch the VAE model to 16-bit floats |