From 430727d5564878393993f6ef2e38ff11cdd6da24 Mon Sep 17 00:00:00 2001 From: logoffon <7828523+logoffon@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:53:47 +0700 Subject: [PATCH] wrong argument name --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 3ea915d..aae42e8 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -35,7 +35,7 @@ Certain GPU video cards don't support half precision: a green or black screen ma If still not fixed, use command line arguments `--precision full --no-half` at a significant increase in VRAM usage, which may require `--medvram`. # A Tensor with all NaNs was produced in the vae -This is the same problem as the one from above, to verify, Use `--skip-nan-check`. With this on, if one of the images fail the rest of the pictures are displayed. +This is the same problem as the one from above, to verify, Use `--disable-nan-check`. With this on, if one of the images fail the rest of the pictures are displayed. It is either a model cause - [resource](https://github.com/arenasys/stable-diffusion-webui-model-toolkit#clip)