automatic/extensions-builtin/info-tab/README.md

34 lines
843 B
Markdown

# Info Tab extensions for SD Automatic WebUI
Creates a top-level **Info** tab in Automatic WebUI with
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:
- Version
- Current Model & VAE
- Current State
- Current Memory statistics
## System data:
- Platform details
- Torch & CUDA details
- Active CMD flags such as `low-vram` or `med-vram`
- Versions of critical libraries
- Versions of dependent repositories
![screenshot](info-tab.jpg)
## Models
- Models
- Hypernetworks
- Embeddings
![screenshot](info-tab-models.jpg)
## Info Object
- System object is available as JSON for quick passing of information
![screenshot](info-tab-json.jpg)