Updated FAQ (markdown)

AbdBarho
2022-09-28 08:41:38 +02:00
parent 93cbb824cf
commit 12e5d373ce

15
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)