mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-14 03:24:20 +01:00
Updated FAQ (markdown)
parent
3cce7af388
commit
df6ff7fc75
8
FAQ.md
8
FAQ.md
|
|
@ -1,7 +1,3 @@
|
|||
<!--
|
||||
# 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).
|
||||
-->
|
||||
# General
|
||||
|
||||
## Dockerfile parse error
|
||||
|
|
@ -9,11 +5,11 @@ To enable [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversio
|
|||
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` instead of `docker-compose`. [#16](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16)
|
||||
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), also, try setting the environment variable `DOCKER_BUILDKIT=1`
|
||||
|
||||
## Unknown Flag `--profile`
|
||||
|
||||
Update docker to the latest version, and see [this comment](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/165#issuecomment-1296155667)
|
||||
Update docker to the latest version, and see [this comment](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/165#issuecomment-1296155667), try setting the environment variable mentioned in the previous point.
|
||||
|
||||
## Output is a always green image
|
||||
use `--precision full --no-half`. [#9](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9)
|
||||
|
|
|
|||
Loading…
Reference in a new issue