From 12e5d373ce470488421e13dd9ba7954d60694549 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Wed, 28 Sep 2022 08:41:38 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/FAQ.md b/FAQ.md index 657f129..e5d5c3a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -14,18 +14,15 @@ Update docker to the latest version, and make sure you are using `docker compose ## lstein: OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14' -Just update `docker-compose.yaml` to [refresh the models](https://github.com/lstein/stable-diffusion/issues/34) (i.e. `PRELOAD=true`). [#72](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/72#issuecomment-1250382056) +Create a `docker-compose.override.yaml` to [refresh the models](https://github.com/lstein/stable-diffusion/issues/34) with `PRELOAD=true`. [#72](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/72#issuecomment-1250382056) ```yml - lstein: - <<: *base_service - profiles: ["lstein"] - build: ./services/lstein/ - environment: - - PRELOAD=true - - CLI_ARGS= +services: + lstein: + environment: + - PRELOAD=true ``` - +You only have to do this once, you can remove this afterwards. ## Output is a always green image use `--precision full --no-half`. [#9](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9)