# sd-extension-system-info **Repository Path**: stable_diffusion/sd-extension-system-info ## Basic Information - **Project Name**: sd-extension-system-info - **Description**: WebUI的“系统信息”选项卡,显示服务器的实时信息。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/vladmandic/sd-extension-system-info - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-03 - **Last Updated**: 2024-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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. ![screenshot](system-info.jpg) ## Benchmark - Allows to run standardized benchmark and optionally submit data to cloud logger [[details]](pages/README.md) ![screenshot](benchmark.jpg) - *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) ![screenshot](system-info-models.jpg) ## Info Object - System object is available as JSON for quick passing of information ![screenshot](system-info-json.jpg)