From 4c2238d128187b264e74dc51cc2af21088f8184d Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 2 Sep 2022 09:53:21 +0200 Subject: [PATCH] Updated Main (markdown) --- Main.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Main.md b/Main.md index 9080c59..a30c8d0 100644 --- a/Main.md +++ b/Main.md @@ -8,8 +8,10 @@ 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) +### Excessive model reload +This was added to reduce memory usage on small GPUs, if you want this changed, [create an issue here](https://github.com/hlky/stable-diffusion-webui/issues) -#### Textual Inversion +### 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