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)