aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sysinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* add assets repo; serve fonts locally rather than from google's serversAUTOMATIC11112024-01-071-0/+2
|
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-2/+0
| | | | GFPGAN and LDSR)
* Merge pull request #14084 from wfjsw/move-from-sysinfo-to-errorsAUTOMATIC11112023-11-261-17/+1
|\ | | | | Move exception_records related methods to errors.py
| * remove traceback in sysinfoJabasukuriputo Wang2023-11-241-1/+0
| |
| * Move exception_records related methods to errors.pyJabasukuriputo Wang2023-11-241-16/+1
| |
* | hide --gradio-auth and --api-auth values from /internal/sysinfo reportAUTOMATIC11112023-08-271-1/+17
| |
* | remove unnecessary GFPGAN_PACKAGE (we install GFPGAN from the requirements file)AUTOMATIC11112023-08-101-1/+0
|/
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-6/+1
| | | | import errors related to shared.py
* fix memory leak when generation failsAUTOMATIC11112023-07-311-1/+5
|
* add whitelist for environment in the reportAUTOMATIC2023-06-041-1/+29
| | | | add extra link to view the report instead of downloading it
* lintAUTOMATIC2023-06-031-2/+1
|
* Added sysinfo tab to settingsAUTOMATIC2023-06-031-0/+135