added clamped as a SD launch option

This commit is contained in:
Concedo 2024-03-06 12:09:22 +08:00
parent e64210ef16
commit 5760bd010b
2 changed files with 15 additions and 7 deletions

View file

@ -68,7 +68,7 @@
"if ForceRebuild:\r\n",
" kvers = \"force_rebuild\"\r\n",
"if SDModel and LoadImageModel:\r\n",
" SDCommand = \"--sdconfig sdmodel.safetensors normal 4 noquant\"\r\n",
" SDCommand = \"--sdconfig sdmodel.safetensors clamped 4 quant\"\r\n",
"else:\r\n",
" SDCommand = \"\"\r\n",
"!echo Finding prebuilt binary for {kvers}\r\n",