aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-25 09:19:40 +0000
committerGitHub <noreply@github.com>2023-03-25 09:19:40 +0000
commit501f40d834cef48b3954bd464a098fae6db357f5 (patch)
treeae528115dbe2cf15033d7749979396cfcafdb189
parent983d48a92187ee5baa4c79b129f842539a934646 (diff)
parent79d261b7d47e75a93f38e04608508102dded6a6c (diff)
downloadstable-diffusion-webui-gfx803-501f40d834cef48b3954bd464a098fae6db357f5.tar.gz
stable-diffusion-webui-gfx803-501f40d834cef48b3954bd464a098fae6db357f5.tar.bz2
stable-diffusion-webui-gfx803-501f40d834cef48b3954bd464a098fae6db357f5.zip
Merge pull request #8658 from hananbeer/disable_gradio_analytics
preserve privacy by disabling gradio analytics globally
-rw-r--r--launch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch.py b/launch.py
index 95311d33..0397ca06 100644
--- a/launch.py
+++ b/launch.py
@@ -24,6 +24,7 @@ index_url = os.environ.get('INDEX_URL', "")
stored_commit_hash = None
skip_install = False
+os.environ['GRADIO_ANALYTICS_ENABLED'] = 'False'
def check_python_version():
is_windows = platform.system() == "Windows"