System Info tab for WebUI which shows realtime information of the server. Also supports sending crowdsourced inference data as an option.
 
 
 
 
Go to file
Vladimir Mandic 526faab4b8 update links 2023-04-19 09:39:13 -04:00
javascript run refresh on visible 2023-03-17 10:09:59 -04:00
pages update links 2023-04-19 09:39:13 -04:00
scripts update lint 2023-04-15 20:21:18 -04:00
.gitignore and npm lock 2023-02-22 09:52:44 -05:00
LICENSE Initial commit 2023-01-14 11:40:39 -05:00
README.md minor updates 2023-04-02 18:45:44 -04:00
benchmark.jpg add benchmark renderer 2023-02-21 11:54:12 -05:00
install.py add submit benchmark data 2023-02-20 11:58:00 -05:00
preload.py create 2023-01-14 11:42:01 -05:00
system-info-json.jpg create 2023-01-14 11:42:01 -05:00
system-info-models.jpg create 2023-01-14 11:42:01 -05:00
system-info.jpg update screenshot 2023-01-14 11:59:52 -05:00

README.md

System Info tab extensions for SD Automatic WebUI

Creates a top-level System Info tab in Automatic WebUI with

Note:

  • State & memory info are auto-updated every second if tab is visible
    (no updates are performed when tab is not visible)
  • All other information is updated once upon WebUI load and
    can be force refreshed if required

Current information

  • Server start time
  • Version
  • Current Model & VAE
  • Current State
  • Current Memory statistics

System data

  • Platform details
  • Torch, CUDA and GPU details
  • Active CMD flags such as low-vram or med-vram
  • Versions of critical libraries as xformers, transformers, etc.
  • Versions of dependent repositories such as k-diffusion, etc.

screenshot

Benchmark

  • Allows to run standardized benchmark and optionally submit data to cloud logger [details]

screenshot

  • Note: Record is appended if any of the system properties change else benchmark data replaces existing matching record

  • All results can be viewed online

Models

  • Models (with hash)

  • Hypernetworks

  • Embeddings (including info on number of vectors per embedding)

    screenshot

Info Object

  • System object is available as JSON for quick passing of information

    screenshot