From 0eae17075f0be22f7ba9111f0bae475af10b080d Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 8 Sep 2022 18:12:47 +0530 Subject: [PATCH] Clobber Errors --- Troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index b28acd60..4d8d4758 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -9,6 +9,11 @@ Additionally, a common reason for this error is that you're using an initial ima Also try generating smaller sized images. +## ClobberError: This transaction has incompatible packages due to a shared path +On Windows, please ensure that you had placed the `stable-diffusion-ui` folder after unzipping to the root of C: or D: (or any drive). For e.g. `C:\stable-diffusion-ui`. **Note:** This has to be done **before** you start the installation process. If you have already installed (and are facing this error), please delete the installed folder, and start fresh by unzipping and placing the folder at the top of your drive. + +This error can also be caused if you already have conda/miniconda/anaconda installed, due to package conflicts. Please open your Anaconda Prompt, and run `conda clean --all` to clean up unused packages. + ## 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