mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-06 07:12:11 +01:00
Updated Home (markdown)
parent
e7392cb59b
commit
70f628214d
1
Home.md
1
Home.md
|
|
@ -1 +0,0 @@
|
||||||
Welcome to the stable-diffusion-webui-docker wiki!
|
|
||||||
16
Main.md
Normal file
16
Main.md
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
### Docker build fails
|
||||||
|
You get an error like this:
|
||||||
|
```
|
||||||
|
Error response from daemon: dockerfile parse error line 33: unknown instruction: GIT
|
||||||
|
ERROR: Service 'model' failed to build : Build failed
|
||||||
|
```
|
||||||
|
Update docker to the latest version, and make sure you are using `docker compose` (docker space compose) instead of `docker-compose` (docker dash compose). [More info here.](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16)
|
||||||
|
|
||||||
|
|
||||||
|
#### Textual Inversion
|
||||||
|
To enable [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversion) remove `--optimize` and `--optimize-turbo` flags and add `--no-half`, [more info here](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/6).
|
||||||
|
|
||||||
|
### Output is a always green imagee
|
||||||
|
If [output is a always green image](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9), use `--precision full --no-half`.
|
||||||
Loading…
Reference in a new issue