This commit is contained in:
Vladimir Mandic
2023-07-21 09:27:59 -04:00
parent d962383b13
commit b31fa98669
5 changed files with 17 additions and 9 deletions
+1
View File
@@ -381,6 +381,7 @@ options_templates.update(options_section(('cuda', "Compute Settings"), {
"no_half_vae": OptionInfo(False, "Use full precision for VAE (--no-half-vae)"),
"upcast_sampling": OptionInfo(True if sys.platform == "darwin" else False, "Enable upcast sampling"),
"upcast_attn": OptionInfo(False, "Enable upcast cross attention layer"),
"cuda_cast_unet": OptionInfo(False, "Use fixed UNet precision"),
"disable_nan_check": OptionInfo(True, "Disable NaN check in produced images/latent spaces"),
"rollback_vae": OptionInfo(False, "Attempt VAE roll back when produced NaN values (experimental)"),
"opt_channelslast": OptionInfo(False, "Use channels last as torch memory format "),