|
发表于 2025-3-22 00:40:14
|
显示全部楼层
Traceback (most recent call last):
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\gradio\queueing.py", line 625, in process_events
response = await route_utils.call_process_api(
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
output = await app.get_blocks().process_api(
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\gradio\blocks.py", line 2051, in process_api
result = await self.call_function(
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\gradio\blocks.py", line 1598, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 2461, in run_sync_in_worker_thread
return await future
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\anyio\_backends\_asyncio.py", line 962, in run
result = context.run(func, *args)
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\gradio\utils.py", line 883, in wrapper
response = f(*args, **kwargs)
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\src\f5_tts\infer\infer_gradio.py", line 245, in basic_tts
audio_out, spectrogram_path, ref_text_out = infer(
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\src\f5_tts\infer\infer_gradio.py", line 135, in infer
ref_audio, ref_text = preprocess_ref_audio_text(ref_audio_orig, ref_text, show_info=show_info)
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\src\f5_tts\infer\utils_infer.py", line 295, in preprocess_ref_audio_text
aseg = AudioSegment.from_file(ref_audio_orig)
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\pydub\audio_segment.py", line 728, in from_file
info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limit)
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\site-packages\pydub\utils.py", line 274, in mediainfo_json
res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE)
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\FFT-f5\F5-TTS-V5\F5-TTS-V5\F5-TTS-V5\deepface\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
合成不了,是什么原因?大佬 |
|