We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411f487 commit 52379eeCopy full SHA for 52379ee
Chatterbox_TTS_Colab_Demo.ipynb
@@ -45,8 +45,8 @@
45
"# Install PyTorch with compatible torchvision\n",
46
"!pip install torch==2.5.1+cu121 torchaudio==2.5.1+cu121 torchvision==0.20.1+cu121 --index-url https://download.pytorch.org/whl/cu121 -q\n",
47
"\n",
48
- "# Install your Colab-compatible chatterbox fork\n",
49
- "!pip install git+https://github.com/devnen/chatterbox.git -q\n",
+ "# Install Colab-compatible chatterbox fork\n",
+ "!pip install git+https://github.com/devnen/chatterbox-v2.git@master -q\n",
50
51
"print(\"✅ Core TTS components installed. Installing server dependencies...\")\n",
52
@@ -126,4 +126,4 @@
126
"outputs": []
127
}
128
]
129
-}
+}
0 commit comments