From 31c324bcc3b938aa7a77371132180f4e7a28ae48 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 15 Sep 2022 13:06:37 +0530 Subject: [PATCH] Killed due to low RAM --- Troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 315ec273..3fe2be06 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -16,6 +16,9 @@ This error can also be caused if you already have conda/miniconda/anaconda insta If nothing works, this could be due to a corrupted installation. Please try reinstalling this, by deleting the installed folder, and unzipping from the downloaded zip file. +## Killed uvicorn server:app --app-dir "$SD_UI_PATH" --port 9000 --host 0.0.0.0 +This happens if your PC ran out of RAM. Stable Diffusion requires a lot of RAM, and requires atleast 10 GB of RAM to work well. You can also try closing all other applications before running Stable Diffusion UI. + ## Green image generated This usually happens if you're running NVIDIA 1650 or 1660 Super. To solve this, please close and run the Stable Diffusion command on your computer. If you're using the older Docker-based solution (v1), please upgrade to v2: https://github.com/cmdr2/stable-diffusion-ui/tree/v2#installation