mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-15 12:04:20 +01:00
Updated FAQ (markdown)
parent
1fdf56035b
commit
826b5c88cb
9
FAQ.md
9
FAQ.md
|
|
@ -3,11 +3,6 @@
|
||||||
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).
|
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 image
|
|
||||||
If [output is a always green image](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9), use `--precision full --no-half`.
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Dockerfile parse error:
|
### Dockerfile parse error:
|
||||||
```
|
```
|
||||||
|
|
@ -39,6 +34,10 @@ You can try forcing plain text auth creds storage by removing line with "credSto
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Output is a always green image
|
||||||
|
If [output is a always green image](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/9), use `--precision full --no-half`.
|
||||||
|
|
||||||
|
---
|
||||||
### `CondaError: Downloaded bytes did not match Content-Length` or `CondaEnvException: Pip failed, ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE`
|
### `CondaError: Downloaded bytes did not match Content-Length` or `CondaEnvException: Pip failed, ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE`
|
||||||
|
|
||||||
This means your internet connection is unstable so the download failed, just try again.
|
This means your internet connection is unstable so the download failed, just try again.
|
||||||
Loading…
Reference in a new issue