aboutsummaryrefslogtreecommitdiffstats
path: root/webui-user.sh
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-04-29 10:02:00 +0000
committerGitHub <noreply@github.com>2023-04-29 10:02:00 +0000
commit1ffb44b0b2c9cb5fb379274515772741a9c1dbaf (patch)
tree04386811ecd778e79d11971e1dc1a5732e064e79 /webui-user.sh
parente847df7ee937c41d2d8e9ad586570637b69a9e00 (diff)
parent8af4b3bbe46dcb7f701d3650b6e4d31d6dd268a7 (diff)
downloadstable-diffusion-webui-gfx803-1ffb44b0b2c9cb5fb379274515772741a9c1dbaf.tar.gz
stable-diffusion-webui-gfx803-1ffb44b0b2c9cb5fb379274515772741a9c1dbaf.tar.bz2
stable-diffusion-webui-gfx803-1ffb44b0b2c9cb5fb379274515772741a9c1dbaf.zip
Merge pull request #9593 from gakada/tcmalloc
Try using TCMalloc on Linux by default
Diffstat (limited to 'webui-user.sh')
-rw-r--r--webui-user.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui-user.sh b/webui-user.sh
index bfa53cb7..49a426ff 100644
--- a/webui-user.sh
+++ b/webui-user.sh
@@ -43,4 +43,7 @@
# Uncomment to enable accelerated launch
#export ACCELERATE="True"
+# Uncomment to disable TCMalloc
+#export NO_TCMALLOC="True"
+
###########################################