System Info tab for WebUI which shows realtime information of the server. Also supports sending crowdsourced inference data as an option.
 
 
 
 
Go to file
vladmandic 006f08f499 slow down refresh
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-31 14:10:14 +02:00
javascript slow down refresh 2026-03-31 14:10:14 +02:00
pages update sysinfo 2025-01-02 14:06:53 -05:00
scripts lint 2026-03-26 08:09:49 +01: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
benchmark.py remove explicit sampler setting 2025-09-18 10:23:54 -04:00
style.css fix benchmark data in sdnext 2023-09-18 22:17:49 -04: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