From 8064744f16e92cc404a0bb52e66e78ab66dd80b4 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Thu, 1 Dec 2022 09:16:15 +0000 Subject: [PATCH] noting extra tips found by users --- Optimizations.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Optimizations.md b/Optimizations.md index fba7de2..694ffea 100644 --- a/Optimizations.md +++ b/Optimizations.md @@ -12,3 +12,9 @@ A number of optimization can be enabled by [commandline arguments](Run-with-Cust | `*do-not-batch-cond-uncond` | Prevents batching of positive and negative prompts during sampling, which essentially lets you run at 0.5 batch size, saving a lot of memory. Decreases performance. Not a command line option, but an optimization implicitly enabled by using `--medvram` or `--lowvram`. | | `--always-batch-cond-uncond` | Disables the optimization above. Only makes sense together with `--medvram` or `--lowvram` | | `--opt-channelslast` | Changes torch memory type for stable diffusion to channels last. Effects not closely studied. | + + +Extra tips (Windows): +- https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/3889 Disable Hardware GPU scheduling. +- disable browser hardware acceleration +- Go in nvidia control panel, 3d parameters, and change power profile to "maximum performance" \ No newline at end of file