mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
Disable sentry logging
This commit is contained in:
parent
b8a8f749ef
commit
e61da308ba
1 changed files with 3 additions and 0 deletions
3
webui.sh
3
webui.sh
|
|
@ -41,6 +41,9 @@ then
|
|||
venv_dir="venv"
|
||||
fi
|
||||
|
||||
# Disable sentry logging
|
||||
export ERROR_REPORTING=FALSE
|
||||
|
||||
# Do not reinstall existing pip packages on Debian/Ubuntu
|
||||
export PIP_IGNORE_INSTALLED=0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue