Updated FAQ (markdown)
12
FAQ.md
12
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user