Pendrokar commited on
Commit
fbd1b09
·
1 Parent(s): 3d78d05

fish speech fix

Browse files
Files changed (1) hide show
  1. app/models.py +4 -4
app/models.py CHANGED
@@ -188,7 +188,7 @@ HF_SPACES = {
188
  'name': 'Fish Speech',
189
  'function': '/inference_wrapper',
190
  'text_param_index': 0,
191
- 'return_audio_index': 1,
192
  'series': 'Fish Speech',
193
  },
194
 
@@ -341,7 +341,7 @@ OVERRIDE_INPUTS = {
341
  },
342
 
343
  'fishaudio/fish-speech-1': {
344
- 1: True, # enable_reference_audio
345
  2: handle_file('https://huggingface.co/spaces/fishaudio/fish-speech-1/resolve/main/examples/English.wav'), # reference_audio
346
  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
347
  4: 0, # max_new_tokens
@@ -349,8 +349,8 @@ OVERRIDE_INPUTS = {
349
  6: 0.7, # top_p
350
  7: 1.2, # repetition_penalty
351
  8: 0.7, # temperature
352
- 9: 1, # batch_infer_num
353
- 10: False, # if_load_asr_model
354
  },
355
 
356
  'mrfakename/E2-F5-TTS': {
 
188
  'name': 'Fish Speech',
189
  'function': '/inference_wrapper',
190
  'text_param_index': 0,
191
+ 'return_audio_index': 0,
192
  'series': 'Fish Speech',
193
  },
194
 
 
341
  },
342
 
343
  'fishaudio/fish-speech-1': {
344
+ 1: False, # normalize
345
  2: handle_file('https://huggingface.co/spaces/fishaudio/fish-speech-1/resolve/main/examples/English.wav'), # reference_audio
346
  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
347
  4: 0, # max_new_tokens
 
349
  6: 0.7, # top_p
350
  7: 1.2, # repetition_penalty
351
  8: 0.7, # temperature
352
+ 9: 0, #seed
353
+ 10: "never", #use_memory_cache
354
  },
355
 
356
  'mrfakename/E2-F5-TTS': {