Spaces:
Running
Running
used Fish Speech example English voice sample
Browse files
README.md
CHANGED
|
@@ -12,12 +12,13 @@ pinned: false
|
|
| 12 |
short_description: xVA vs The World
|
| 13 |
models:
|
| 14 |
- coqui/XTTS-v2
|
| 15 |
-
-
|
| 16 |
-
- parler-tts/parler-tts-mini-v1
|
| 17 |
- metavoiceio/metavoice-1B-v0.1
|
| 18 |
- myshell-ai/MeloTTS-English-v2
|
| 19 |
- myshell-ai/OpenVoice
|
| 20 |
- myshell-ai/OpenVoiceV2
|
|
|
|
|
|
|
| 21 |
- WhisperSpeech/WhisperSpeech
|
| 22 |
sdk_version: 4.29.0
|
| 23 |
---
|
|
|
|
| 12 |
short_description: xVA vs The World
|
| 13 |
models:
|
| 14 |
- coqui/XTTS-v2
|
| 15 |
+
- fishaudio/fish-speech-1.4
|
|
|
|
| 16 |
- metavoiceio/metavoice-1B-v0.1
|
| 17 |
- myshell-ai/MeloTTS-English-v2
|
| 18 |
- myshell-ai/OpenVoice
|
| 19 |
- myshell-ai/OpenVoiceV2
|
| 20 |
+
- parler-tts/parler-tts-mini-v1
|
| 21 |
+
- Pendrokar/xvapitch_nvidia
|
| 22 |
- WhisperSpeech/WhisperSpeech
|
| 23 |
sdk_version: 4.29.0
|
| 24 |
---
|
app.py
CHANGED
|
@@ -257,10 +257,10 @@ OVERRIDE_INPUTS = {
|
|
| 257 |
7: 1111,
|
| 258 |
},
|
| 259 |
'Manmay/tortoise-tts': {
|
| 260 |
-
1: None, # text-from-file
|
| 261 |
2: 'angie', # voice
|
| 262 |
-
3:
|
| 263 |
-
4: 'No',
|
| 264 |
},
|
| 265 |
'mrfakename/MeloTTS': {
|
| 266 |
1: 'EN-Default', # speaker; DEFAULT_VOICE_SAMPLE=EN-Default
|
|
@@ -281,8 +281,8 @@ OVERRIDE_INPUTS = {
|
|
| 281 |
|
| 282 |
'fishaudio/fish-speech-1': {
|
| 283 |
1: True, # enable_reference_audio
|
| 284 |
-
2:
|
| 285 |
-
3:
|
| 286 |
4: 1024, # max_new_tokens
|
| 287 |
5: 200, # chunk_length
|
| 288 |
6: 0.7, # top_p
|
|
|
|
| 257 |
7: 1111,
|
| 258 |
},
|
| 259 |
'Manmay/tortoise-tts': {
|
| 260 |
+
1: None, # text-from-file
|
| 261 |
2: 'angie', # voice
|
| 262 |
+
3: 'disabled', # second voice for a dialogue
|
| 263 |
+
4: 'No', # split by newline
|
| 264 |
},
|
| 265 |
'mrfakename/MeloTTS': {
|
| 266 |
1: 'EN-Default', # speaker; DEFAULT_VOICE_SAMPLE=EN-Default
|
|
|
|
| 281 |
|
| 282 |
'fishaudio/fish-speech-1': {
|
| 283 |
1: True, # enable_reference_audio
|
| 284 |
+
2: file('https://huggingface.co/spaces/fishaudio/fish-speech-1/resolve/main/examples/English.wav'), # reference_audio
|
| 285 |
+
3: 'In the ancient land of Eldoria, where the skies were painted with shades of mystic hues and the forests whispered secrets of old, there existed a dragon named Zephyros. Unlike the fearsome tales of dragons that plagued human hearts with terror, Zephyros was a creature of wonder and wisdom, revered by all who knew of his existence.', # reference_text
|
| 286 |
4: 1024, # max_new_tokens
|
| 287 |
5: 200, # chunk_length
|
| 288 |
6: 0.7, # top_p
|