diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-08 23:30:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 23:30:57 +0300 |
commit | a2360de3f343ab4deec180e0266aca69fae3a78c (patch) | |
tree | 3028993e57bec20faa23800890e66bd140b451b2 /modules/processing.py | |
parent | 0e83c675257f473e024511845e7940802333fd5f (diff) | |
parent | 2a72d76d6f3d34b1ffccec7736b19e7d52033dad (diff) |
Merge pull request #12412 from dhwz/dev
fix typo
Diffstat (limited to 'modules/processing.py')
-rw-r--r-- | modules/processing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing.py b/modules/processing.py index 61ba5f11..d7266307 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."
)
|