Spaces:
Running
Running
Disabled Kani, Chatterbox for Turbo, also XTTS temporarily
Browse files- app/models.py +3 -4
app/models.py
CHANGED
|
@@ -66,7 +66,7 @@ AVAILABLE_MODELS = {
|
|
| 66 |
# '<keyname>':'<Space URL>'
|
| 67 |
# gradio version that works with most spaces: 4.29
|
| 68 |
# 'coqui/xtts': 'coqui/xtts', # 4.29 4.32; extra_headers error appears for 5.13+
|
| 69 |
-
'coqui/xtts': 'tonyassi/voice-clone', # ZeroGPU clone
|
| 70 |
# 'collabora/WhisperSpeech': 'collabora/WhisperSpeech', # 4.32 4.36.1
|
| 71 |
#'myshell-ai/OpenVoice': 'myshell-ai/OpenVoice', # same devs as MeloTTS, which scores higher # extra_headers error appears for 5.13+
|
| 72 |
#'myshell-ai/OpenVoiceV2': 'myshell-ai/OpenVoiceV2', # same devs as MeloTTS, which scores higher # extra_headers error appears for 5.13+
|
|
@@ -157,7 +157,7 @@ AVAILABLE_MODELS = {
|
|
| 157 |
# 'nari-labs/Dia-1.6B': 'nari-labs/Dia-1.6B', # single speaker hallucinates
|
| 158 |
|
| 159 |
# Chatterbox
|
| 160 |
-
'ResembleAI/Chatterbox': 'ResembleAI/Chatterbox',
|
| 161 |
|
| 162 |
# Chatterbox Turbo
|
| 163 |
'ResembleAI/chatterbox-turbo-demo': 'ResembleAI/chatterbox-turbo-demo',
|
|
@@ -185,7 +185,7 @@ AVAILABLE_MODELS = {
|
|
| 185 |
# 'nineninesix/KaniTTS': 'nineninesix/KaniTTS',
|
| 186 |
|
| 187 |
# KaniTTS 2
|
| 188 |
-
'nineninesix/kanitts-2-en': 'nineninesix/kanitts-2-en',
|
| 189 |
|
| 190 |
# HF TTS w issues
|
| 191 |
# 'fishaudio/fish-speech-1': 'fishaudio/fish-speech-1', # Discontinued for OpenAudio S1
|
|
@@ -285,7 +285,6 @@ top_five = [
|
|
| 285 |
'Qwen/Qwen3-TTS-Voice-Design',
|
| 286 |
'Qwen/Qwen3-TTS',
|
| 287 |
'smallestai/smallest-ai-tts-lightningv3.1-demo',
|
| 288 |
-
'nineninesix/kanitts-2-en',
|
| 289 |
'ResembleAI/chatterbox-turbo-demo',
|
| 290 |
]
|
| 291 |
|
|
|
|
| 66 |
# '<keyname>':'<Space URL>'
|
| 67 |
# gradio version that works with most spaces: 4.29
|
| 68 |
# 'coqui/xtts': 'coqui/xtts', # 4.29 4.32; extra_headers error appears for 5.13+
|
| 69 |
+
# 'coqui/xtts': 'tonyassi/voice-clone', # ZeroGPU clone
|
| 70 |
# 'collabora/WhisperSpeech': 'collabora/WhisperSpeech', # 4.32 4.36.1
|
| 71 |
#'myshell-ai/OpenVoice': 'myshell-ai/OpenVoice', # same devs as MeloTTS, which scores higher # extra_headers error appears for 5.13+
|
| 72 |
#'myshell-ai/OpenVoiceV2': 'myshell-ai/OpenVoiceV2', # same devs as MeloTTS, which scores higher # extra_headers error appears for 5.13+
|
|
|
|
| 157 |
# 'nari-labs/Dia-1.6B': 'nari-labs/Dia-1.6B', # single speaker hallucinates
|
| 158 |
|
| 159 |
# Chatterbox
|
| 160 |
+
# 'ResembleAI/Chatterbox': 'ResembleAI/Chatterbox',
|
| 161 |
|
| 162 |
# Chatterbox Turbo
|
| 163 |
'ResembleAI/chatterbox-turbo-demo': 'ResembleAI/chatterbox-turbo-demo',
|
|
|
|
| 185 |
# 'nineninesix/KaniTTS': 'nineninesix/KaniTTS',
|
| 186 |
|
| 187 |
# KaniTTS 2
|
| 188 |
+
# 'nineninesix/kanitts-2-en': 'nineninesix/kanitts-2-en',
|
| 189 |
|
| 190 |
# HF TTS w issues
|
| 191 |
# 'fishaudio/fish-speech-1': 'fishaudio/fish-speech-1', # Discontinued for OpenAudio S1
|
|
|
|
| 285 |
'Qwen/Qwen3-TTS-Voice-Design',
|
| 286 |
'Qwen/Qwen3-TTS',
|
| 287 |
'smallestai/smallest-ai-tts-lightningv3.1-demo',
|
|
|
|
| 288 |
'ResembleAI/chatterbox-turbo-demo',
|
| 289 |
]
|
| 290 |
|