Updated Troubleshooting (markdown)

cmdr2 2022-11-16 11:25:54 +05:30
parent 0430d95484
commit 0a5be099a7

@ -62,10 +62,12 @@ If you have moved your installation to a different folder or drive, please follo
2. Double click `Developer Console.cmd` inside the `stable-diffusion-ui` folder (or `developer_console.sh` on Linux)
3. **Type `cd stable-diffusion` and press enter** (don't miss this step)
4. Run these four commands:
```pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
```
pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip
pip install -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan
pip install -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN```
pip install -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN
```
And then try running the project again, it should have fixed itself.