diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-07 06:21:21 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-07 06:21:21 +0000 |
commit | 2f98a35fc4508494355c01ec45f5bec725f570a6 (patch) | |
tree | 9631373104d5c5db16c490895b53bd5ac5904009 /modules/sysinfo.py | |
parent | 30aa5e0a7ca7f2de61940b97aa642ae4f6d7d17f (diff) | |
download | stable-diffusion-webui-gfx803-2f98a35fc4508494355c01ec45f5bec725f570a6.tar.gz stable-diffusion-webui-gfx803-2f98a35fc4508494355c01ec45f5bec725f570a6.tar.bz2 stable-diffusion-webui-gfx803-2f98a35fc4508494355c01ec45f5bec725f570a6.zip |
add assets repo; serve fonts locally rather than from google's servers
Diffstat (limited to 'modules/sysinfo.py')
-rw-r--r-- | modules/sysinfo.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/sysinfo.py b/modules/sysinfo.py index 5abf616b..f336251e 100644 --- a/modules/sysinfo.py +++ b/modules/sysinfo.py @@ -24,9 +24,11 @@ environment_whitelist = { "XFORMERS_PACKAGE",
"CLIP_PACKAGE",
"OPENCLIP_PACKAGE",
+ "ASSETS_REPO",
"STABLE_DIFFUSION_REPO",
"K_DIFFUSION_REPO",
"BLIP_REPO",
+ "ASSETS_COMMIT_HASH",
"STABLE_DIFFUSION_COMMIT_HASH",
"K_DIFFUSION_COMMIT_HASH",
"BLIP_COMMIT_HASH",
|