updated colab

This commit is contained in:
Concedo
2026-04-18 16:41:27 +08:00
parent 0b37cb9a57
commit 78589974de
+3 -3
View File
@@ -147,7 +147,7 @@
" CustomCtxSize = \"10240\"\n",
" if Template == \"Dans PersonalityEngine 24B (Roleplay)\":\n",
" Customized = True\n",
" Model = \"https://huggingface.co/bartowski/PocketDoc_Dans-PersonalityEngine-V1.3.0-24b-GGUF/resolve/main/PocketDoc_Dans-PersonalityEngine-V1.3.0-24b-Q4_K_S.gguf\"\n",
" Model = \"https://huggingface.co/bartowski/PocketDoc_Dans-PersonalityEngine-V1.2.0-24b-GGUF/resolve/main/PocketDoc_Dans-PersonalityEngine-V1.2.0-24b-IQ4_XS.gguf\"\n",
" CustomCtxSize = \"10240\"\n",
" if Template == \"Harbinger 24B (Instruct)\":\n",
" Customized = True\n",
@@ -272,9 +272,9 @@
"else:\n",
" VCommand = \"\"\n",
"if ImgModel and LoadImgModel:\n",
" SCommand = f\"--sdmodel {ImgModel} --sdthreads 4 --sdquant --sdclamped\"\n",
" SCommand = f\"--sdmodel {ImgModel} --sdthreads 4 --sdquant --sdclamped 768 --sdclipgpu\"\n",
" if ImgClip1 and ImgClip1!=\"\":\n",
" SCommand += f\" --sdclip1 {ImgClip1} --sdclipgpu\"\n",
" SCommand += f\" --sdclip1 {ImgClip1}\"\n",
" if ImgVAE and ImgVAE!=\"\":\n",
" SCommand += f\" --sdvae {ImgVAE}\"\n",
"else:\n",