mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-02 11:41:16 -08:00
Add VRAM monitoring
This commit is contained in:
parent
1fc1c537c7
commit
ed6787ca2f
4 changed files with 112 additions and 2 deletions
18
style.css
18
style.css
|
|
@ -1,5 +1,21 @@
|
|||
.output-html p {margin: 0 0.5em;}
|
||||
.performance { font-size: 0.85em; color: #444; }
|
||||
|
||||
.performance {
|
||||
font-size: 0.85em;
|
||||
color: #444;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.performance .time {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.performance .vram {
|
||||
margin-left: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#generate{
|
||||
min-height: 4.5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue