diff --git a/Main.md b/Main.md index a30c8d0..60c15aa 100644 --- a/Main.md +++ b/Main.md @@ -8,6 +8,13 @@ ERROR: Service 'model' failed to build : Build failed ``` Update docker to the latest version, and make sure you are using `docker compose` (docker space compose) instead of `docker-compose` (docker dash compose). [More info here.](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16) +Other build errors on windows: (thanks to [@SuddenDevelopment](https://github.com/SuddenDevelopment) for reporting): +* Update to latest windows 10 release 2021H2 (required for WSL to see the GPU) +* Update to WSL2 (download and switch to version 2) +* Install / Update Docker Desktop +* In WSL, run `dos2unix build/*` (you might need to install it first `sudo apt install dos2unix`) + + ### Excessive model reload This was added to reduce memory usage on small GPUs, if you want this changed, [create an issue here](https://github.com/hlky/stable-diffusion-webui/issues)