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 832265157a add benchmark renderer 2023-02-21 11:54:12 -05:00
javascript initial benchmark work 2023-02-19 10:01:30 -05:00
pages add benchmark renderer 2023-02-21 11:54:12 -05:00
scripts update 2023-02-21 08:20:14 -05:00
.gitignore add benchmark renderer 2023-02-21 11:54:12 -05:00
LICENSE Initial commit 2023-01-14 11:40:39 -05:00
README.md add benchmark renderer 2023-02-21 11:54:12 -05: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