From 826b5c88cb303adee19b6d4a55177cec3da57e79 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 16 Sep 2022 11:39:18 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index 3cbcc4e..a5d9585 100644 --- a/FAQ.md +++ b/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). --> -### 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: ``` @@ -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` This means your internet connection is unstable so the download failed, just try again. \ No newline at end of file