diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-10 14:22:08 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-10 14:22:08 +0000 |
commit | e0906096c57c25c7ecaa583f20af84b1699b8736 (patch) | |
tree | 5b0f859d69392ccca15063f896d0823ffbb58b2f /modules/sysinfo.py | |
parent | 4549f2a9cc0ed9045661192e74d146fa21f300d6 (diff) | |
download | stable-diffusion-webui-gfx803-e0906096c57c25c7ecaa583f20af84b1699b8736.tar.gz stable-diffusion-webui-gfx803-e0906096c57c25c7ecaa583f20af84b1699b8736.tar.bz2 stable-diffusion-webui-gfx803-e0906096c57c25c7ecaa583f20af84b1699b8736.zip |
remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file)
Diffstat (limited to 'modules/sysinfo.py')
-rw-r--r-- | modules/sysinfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sysinfo.py b/modules/sysinfo.py index 7d906e1f..058e66ce 100644 --- a/modules/sysinfo.py +++ b/modules/sysinfo.py @@ -23,7 +23,6 @@ environment_whitelist = { "TORCH_COMMAND",
"REQS_FILE",
"XFORMERS_PACKAGE",
- "GFPGAN_PACKAGE",
"CLIP_PACKAGE",
"OPENCLIP_PACKAGE",
"STABLE_DIFFUSION_REPO",
|