From a350587eeed3a896eafc3868b9b12f96e6b84341 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sun, 4 Dec 2022 10:30:59 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/FAQ.md b/FAQ.md index 1462666..ba38301 100644 --- a/FAQ.md +++ b/FAQ.md @@ -12,18 +12,6 @@ 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) -## lstein: OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14' - -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 -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)