diff --git a/colab.ipynb b/colab.ipynb index af0997328..20691be4c 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -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",