mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
updated colab
This commit is contained in:
+4
-2
@@ -70,8 +70,8 @@
|
||||
"WCommand = \"\"\n",
|
||||
"#@markdown <hr>\n",
|
||||
"LoadTTSModel = False #@param {type:\"boolean\"}\n",
|
||||
"TTSModel = \"https://huggingface.co/koboldcpp/tts/resolve/main/OuteTTS-0.2-500M-Q4_0.gguf\" #@param [\"https://huggingface.co/koboldcpp/tts/resolve/main/OuteTTS-0.2-500M-Q4_0.gguf\"]{allow-input: true}\n",
|
||||
"WavTokModel = \"https://huggingface.co/koboldcpp/tts/resolve/main/WavTokenizer-Large-75-Q4_0.gguf\" #@param [\"https://huggingface.co/koboldcpp/tts/resolve/main/WavTokenizer-Large-75-Q4_0.gguf\"]{allow-input: true}\n",
|
||||
"TTSModel = \"https://huggingface.co/koboldcpp/tts/resolve/main/Kokoro_no_espeak_Q4.gguf\" #@param [\"https://huggingface.co/koboldcpp/tts/resolve/main/Kokoro_no_espeak_Q4.gguf\",\"https://huggingface.co/koboldcpp/tts/resolve/main/OuteTTS-0.2-500M-Q4_0.gguf\"]{allow-input: true}\n",
|
||||
"WavTokModel = \"\" #@param [\"https://huggingface.co/koboldcpp/tts/resolve/main/WavTokenizer-Large-75-Q4_0.gguf\"]{allow-input: true}\n",
|
||||
"TTSCommand = \"\"\n",
|
||||
"#@markdown <hr>\n",
|
||||
"LoadEmbeddingsModel = False #@param {type:\"boolean\"}\n",
|
||||
@@ -127,6 +127,8 @@
|
||||
" WCommand = \"\"\n",
|
||||
"if TTSModel and WavTokModel and LoadTTSModel:\n",
|
||||
" TTSCommand = f\"--ttsmodel {TTSModel} --ttswavtokenizer {WavTokModel} --ttsgpu\"\n",
|
||||
"elif TTSModel and LoadTTSModel:\n",
|
||||
" TTSCommand = f\"--ttsmodel {TTSModel} --ttsgpu\"\n",
|
||||
"else:\n",
|
||||
" TTSCommand = \"\"\n",
|
||||
"if EmbeddingsModel and LoadEmbeddingsModel:\n",
|
||||
|
||||
Reference in New Issue
Block a user