mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 00:54:41 +00:00
added clamped as a SD launch option
This commit is contained in:
parent
e64210ef16
commit
5760bd010b
2 changed files with 15 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue