From e153e8e35c8e50494861f33c48b41a1169c1c83d Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 3 Sep 2022 07:10:25 +0200 Subject: [PATCH] Updated Main (markdown) --- Main.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)