From df6ff7fc75bfd2ba9c0ac9c39256e082d6bf3417 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 15 Jan 2023 09:49:05 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index 0e011b5..4057cd8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,7 +1,3 @@ - # General ## Dockerfile parse error @@ -9,11 +5,11 @@ To enable [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversio Error response from daemon: dockerfile parse error line 33: unknown instruction: GIT ERROR: Service 'model' failed to build : Build failed ``` -Update docker to the latest version, and make sure you are using `docker compose` instead of `docker-compose`. [#16](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16) +Update docker to the latest version, and make sure you are using `docker compose` instead of `docker-compose`. [#16](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16), also, try setting the environment variable `DOCKER_BUILDKIT=1` ## Unknown Flag `--profile` -Update docker to the latest version, and see [this comment](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/165#issuecomment-1296155667) +Update docker to the latest version, and see [this comment](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/165#issuecomment-1296155667), try setting the environment variable mentioned in the previous point. ## Output is a always green image use `--precision full --no-half`. [#9](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9)