From d94719ea02800408ec9aef21a2cf1e53803bf312 Mon Sep 17 00:00:00 2001 From: JeLuF Date: Sat, 15 Oct 2022 20:11:39 +0200 Subject: [PATCH] Add: ModuleNotFoundError: No module named 'gfpgan' Common error --- Troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index d8c20e8b..5d3fcdcd 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -55,6 +55,12 @@ Please ensure that you have an NVIDIA GPU and the latest [NVIDIA driver](http:// Also, if you are using WSL (Windows), please ensure you have the latest WSL kernel by running `wsl --shutdown` and then `wsl --update`. (Thanks [AndrWeisR](https://github.com/AndrWeisR)) +## ModuleNotFoundError: No module named 'gfpgan' +If you have moved your installation to a different folder or drive: The name of the installation folder is stored in many configuration files and moving it +is therefore not possible. You can either move your installation back to the old place, or delete it and re-install to the new location. + +If you have not moved your installation, please contact us on the [discord server](https://discord.com/invite/u9yhsFmEkB). + # For support queries ## Entering a conda environment in an existing installation This will give you an activated conda environment in the terminal, so you can run commands and force-install any packages, if required.