From ea083863bc6c8764174d4cf97d1941c165ec290a Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 14 Apr 2023 04:03:27 +0000 Subject: [PATCH] green/black squares improved arguments, now --upcast-sampling --- Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 01447c3..935b957 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -17,8 +17,8 @@ Various optimizations may be enabled through command line arguments, sacrificing # Green or Black screen Video cards -When running on video cards which don't support half precision floating point numbers (a known issue with 16xx cards), a green or black screen may appear instead of the generated pictures. -This may be fixed by using the command line arguments `--precision full --no-half` at a significant increase in VRAM usage, which may require `--medvram`. +Certain GPU video cards don't support half precision: a green or black screen may appear instead of the generated pictures. Use `--upcast-sampling`. This should stack with `--xformers` if you are using. +If still not fixed, use command line arguments `--precision full --no-half` at a significant increase in VRAM usage, which may require `--medvram`. # "CUDA error: no kernel image is available for execution on the device" after enabling xformers Your installed xformers is incompatible with your GPU. If you use Python 3.10, have a Pascal or higher card and run on Windows, add `--reinstall-xformers --xformers` to your `COMMANDLINE_ARGS` to upgrade to a working version. Remove `--reinstall-xformers` after upgrading.