mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-02 11:01:20 +02:00
colab: clip and vae to gpu (+1 squashed commits)
Squashed commits: [d5de2f86d] colab: clip and vae to gpu
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user