Use vram_usage_level while starting webui

This commit is contained in:
cmdr2
2024-10-07 13:33:25 +05:30
parent 5a5d37ba52
commit c1193377b6
3 changed files with 11 additions and 5 deletions

View File

@ -161,6 +161,7 @@ var PARAMETERS = [
"<b>Low:</b> slowest, recommended for GPUs with 3 to 4 GB memory",
icon: "fa-forward",
default: "balanced",
saveInAppConfig: true,
options: [
{ value: "balanced", label: "Balanced" },
{ value: "high", label: "High" },