mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-15 18:12:56 +08:00
--precision half
parent
8d34abe419
commit
f87fde526a
@ -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. |
|
||||
|
Loading…
Reference in New Issue
Block a user