Skip to content

Commit

Permalink
fix: clarifies the unit for ram/vram to keep free
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Jun 2, 2023
1 parent d283fe0 commit 19e3f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ class WebUI:
"info": "Choose to automatically load the top 'n' most popular models of the day.",
},
"ram_to_leave_free": {
"label": "RAM to Leave Free",
"label": "RAM to Leave Free (%)",
"info": "This is the amount of RAM to leave free for your system to use. You should raise this value "
"if you expect to run other programs on your computer while running your worker.",
},
"vram_to_leave_free": {
"label": "VRAM to Leave Free",
"label": "VRAM to Leave Free (%)",
"info": "This is the amount of VRAM to leave free for your system to use. ",
},
"scribe_name": {
Expand Down

0 comments on commit 19e3f30

Please sign in to comment.