mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-20 01:09:57 +00:00
colab: clip and vae to gpu (+1 squashed commits)
Squashed commits: [d5de2f86d] colab: clip and vae to gpu
This commit is contained in:
parent
79e39e1989
commit
9d4653bcb9
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@
|
|||
"if ImgModel and LoadImgModel:\n",
|
||||
" SCommand = f\"--sdmodel {ImgModel} --sdthreads 4 --sdquant --sdclamped\"\n",
|
||||
" if ImgClip1 and ImgClip1!=\"\":\n",
|
||||
" SCommand += f\" --sdclip1 {ImgClip1}\"\n",
|
||||
" SCommand += f\" --sdclip1 {ImgClip1} --sdclipgpu\"\n",
|
||||
" if ImgVAE and ImgVAE!=\"\":\n",
|
||||
" SCommand += f\" --sdvae {ImgVAE}\"\n",
|
||||
"else:\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue