aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
diff options
context:
space:
mode:
authordhwz <dhwz@gmx.net>2023-08-08 19:08:37 +0200
committerdhwz <dhwz@gmx.net>2023-08-08 19:08:37 +0200
commit2a72d76d6f3d34b1ffccec7736b19e7d52033dad (patch)
treefdb93d8b9d0087565c0afc68080f0662782a400d /modules/processing.py
parent902f8cf292582301856ff018a3af34ea546a5393 (diff)
fix typo
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 31745006..dc6e8ff1 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -568,7 +568,7 @@ def decode_latent_batch(model, batch, target_device=None, check_for_nans=False):
errors.print_error_explanation(
"A tensor with all NaNs was produced in VAE.\n"
"Web UI will now convert VAE into 32-bit float and retry.\n"
- "To disable this behavior, disable the 'Automaticlly revert VAE to 32-bit floats' setting.\n"
+ "To disable this behavior, disable the 'Automatically revert VAE to 32-bit floats' setting.\n"
"To always start with 32-bit VAE, use --no-half-vae commandline flag."
)