https://github.com/vladmandic/sd-extension-system-info
System and platform info and standardized benchmarking extension for SD.Next and WebUI
https://github.com/vladmandic/sd-extension-system-info
stable-diffusion-webui-plugin
Last synced: 14 days ago
JSON representation
System and platform info and standardized benchmarking extension for SD.Next and WebUI
- Host: GitHub
- URL: https://github.com/vladmandic/sd-extension-system-info
- Owner: vladmandic
- License: mit
- Created: 2023-01-14T16:40:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T13:44:04.000Z (7 months ago)
- Last Synced: 2024-10-11T12:21:56.799Z (6 months ago)
- Topics: stable-diffusion-webui-plugin
- Language: Python
- Homepage: https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html
- Size: 58.4 MB
- Stars: 285
- Watchers: 5
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Benchmark
- Allows to run standardized benchmark and optionally submit data to cloud logger [[details]](pages/README.md)

- *Note: Record is appended if any of the system properties change else benchmark data replaces existing matching record*
- All results can be [viewed online](https://vladmandic.github.io/sd-extension-system-info/pages/benchmark.html)
## Models
- Models (with hash)
- Hypernetworks
- Embeddings (including info on number of vectors per embedding)
## Info Object
- System object is available as JSON for quick passing of information
