Tweak Memory Usage setting text; Fix a bug with the memory usage setting comparison

This commit is contained in:
cmdr2
2022-12-16 14:11:55 +05:30
parent 7982a9ae25
commit 25639cc3f8
2 changed files with 4 additions and 10 deletions

View File

@ -97,8 +97,8 @@ var PARAMETERS = [
id: "vram_usage_level",
type: ParameterType.select,
label: "GPU Memory Usage",
note: "Faster performance requires more GPU memory<br/><br/>" +
"<b>Balanced:</b> almost as fast as High, significantly lower GPU memory usage<br/>" +
note: "Faster performance requires more GPU memory (VRAM)<br/><br/>" +
"<b>Balanced:</b> nearly as fast as High, much lower VRAM usage<br/>" +
"<b>High:</b> fastest, maximum GPU memory usage</br>" +
"<b>Low:</b> slowest, force-used for GPUs with 4 GB (or less) memory",
icon: "fa-forward",