mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Updated Troubleshooting (markdown)
parent
65dff3da4b
commit
41727f283b
@ -20,6 +20,11 @@ This usually happens when you try to use the v1.5 inpainting model. Unfortunatel
|
||||
## 'conda-unpack' is not recognized as an internal or external command
|
||||
Please try copying the `stable-diffusion-ui` folder inside the zip file and paste that in `C:` (or any other drive). Don't extract the zip file, instead try copying the folder from inside it and paste it in the target drive.
|
||||
|
||||
## ImportError libSM.so.6 cannot open shared object file No such file or directory
|
||||
Please run `apt install libsm6 libxext6 libxrender-dev -y` (you may need to put `sudo` before this)
|
||||
|
||||
And try again.
|
||||
|
||||
## basicsr module not found
|
||||
For Windows: Please download and extract basicsr from [here](https://github.com/cmdr2/stable-diffusion-ui/releases/download/v2.16/basicsr-win64.zip), and place the `basicsr` folder inside the `stable-diffusion-ui\stable-diffusion\env\lib\site-packages` folder. Then run the `Start Stable Diffusion UI.cmd` file again.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user