diff options
author | high_byte <email@hanan.beer> | 2023-03-15 17:44:30 +0000 |
---|---|---|
committer | high_byte <email@hanan.beer> | 2023-03-15 17:44:30 +0000 |
commit | 79d261b7d47e75a93f38e04608508102dded6a6c (patch) | |
tree | 177b32480ab72735d5682f0960a49aafdc8c7c5e | |
parent | 27e319dc4f09a2f040043948e5c52965976f8491 (diff) | |
download | stable-diffusion-webui-gfx803-79d261b7d47e75a93f38e04608508102dded6a6c.tar.gz stable-diffusion-webui-gfx803-79d261b7d47e75a93f38e04608508102dded6a6c.tar.bz2 stable-diffusion-webui-gfx803-79d261b7d47e75a93f38e04608508102dded6a6c.zip |
disable gradio analytics globally
-rw-r--r-- | launch.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,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"
|