From f87fde526aa128a0e219166aaf8dae6fd35938cd Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:58:24 +0900 Subject: [PATCH] --precision half --- 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 6d2f6bb..73626c0 100644 --- a/Command-Line-Arguments-and-Settings.md +++ b/Command-Line-Arguments-and-Settings.md @@ -147,7 +147,7 @@ https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10516 --use-cpu | {all, sd, interrogate, gfpgan, bsrgan, esrgan, scunet, codeformer} | None | Use CPU as torch device for specified modules. | --use-ipex | None | False | Use Intel XPU as torch device | --no-half | None | False | Do not switch the model to 16-bit floats. | ---precision | {full,autocast} | autocast | Evaluate at this precision. | +--precision | {full, half, autocast} | autocast | Evaluate at this precision. | --no-half-vae | None | False | Do not switch the VAE model to 16-bit floats. | --upcast-sampling | None | False | Upcast sampling. No effect with `--no-half`. Usually produces similar results to `--no-half` with better performance while using less memory. | --medvram | None | False | Enable Stable Diffusion model optimizations for sacrificing a some performance for low VRAM usage. |