MCPcopy Create free account

hub / github.com/EvilFreelancer/docker-fish-speech-server / functions

Functions15 in github.com/EvilFreelancer/docker-fish-speech-server

↓ 2 callersFunctionget_temp_file
(suffix=".wav", dir="temp")
fish_speech_api/utils/save_temp_audio.py:9
↓ 2 callersFunctionprocess_tts_request
( model: str, input_text: str, voice: Optional[str], top_p: float, repetition_penalty: flo
fish_speech_api/endpoints/speech.py:55
↓ 1 callersFunctionclear_gpu_memory
()
fish_speech_infer.py:171
↓ 1 callersFunctionencode_reference_audio
(reference_audio_path, temp_dir, checkpoint_path, device="cuda")
fish_speech_infer.py:55
↓ 1 callersFunctiongenerate_semantic_tokens
( text, checkpoint_path, temp_dir, prompt_tokens=None, prompt_text=None, device="cuda"
fish_speech_infer.py:96
↓ 1 callersFunctiongenerate_speech_from_tokens
(tokens_path, checkpoint_path, output_path, device="cuda")
fish_speech_infer.py:150
↓ 1 callersFunctiongenerate_tts
( text: str, model_name: str, voice_sample: bytes = None, prompt_text: str = None, top_p:
fish_speech_api/services/tts_service.py:17
↓ 1 callersFunctionget_model_paths
(model_name: str)
fish_speech_api/utils/get_model_paths.py:4
↓ 1 callersFunctionget_voice_sample
Get voice sample and corresponding text from .lab file
fish_speech_api/endpoints/speech.py:41
↓ 1 callersFunctionsave_temp_audio
(content: bytes)
fish_speech_api/utils/save_temp_audio.py:14
↓ 1 callersFunctiontemporary_argv
(new_argv)
fish_speech_infer.py:31
↓ 1 callersFunctiontext_to_speech
( text, output_path="output.wav", reference_audio_path=None, checkpoint_dir="./models/fish-spe
fish_speech_infer.py:180
Functiondownload_models
(cache_dir="./models/fish-speech-1.5", local_only=True)
fish_speech_infer.py:40
Functionping
()
fish_speech_api/endpoints/speech.py:213
Functionspeech_endpoint
(request: Request)
fish_speech_api/endpoints/speech.py:108