mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-21 18:52:02 +00:00
updated colab
This commit is contained in:
parent
ed5e7a3062
commit
774a399068
1 changed files with 4 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue