From 1fdf56035ba50d969e0daf187c97d179b686c78f Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 16 Sep 2022 11:38:51 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/FAQ.md b/FAQ.md index e8f444b..3cbcc4e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6,11 +6,6 @@ To enable [Textual Inversion](https://github.com/hlky/sd-enable-textual-inversio ### 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. --- @@ -41,3 +36,9 @@ You can try forcing plain text auth creds storage by removing line with "credSto * Latest Docker Desktop * You might need to create a [`.wslconfig`](https://docs.microsoft.com/en-us/windows/wsl/wsl-config#example-wslconfig-file) and increase memory, if you have 16GB RAM, set the limit to something around 12GB, [#34](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/34) [#64](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/64) * You might also need to [force wsl to allow file permissions](https://superuser.com/a/1646556) + +--- + +### `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