You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "E:\ComfyUI-aki-v1.3\execution.py", line 323, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.3\execution.py", line 198, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
File "E:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "E:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo2\Hallo_node.py", line 318, in loader_main
audio_embs, audio_length = load_audio(use_cut, driving_audio_file, save_path, sample_rate, fps,
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo2\Hallo_node.py", line 110, in load_audio
audio_list = cut_audio(driving_audio_file,save_path)
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Hallo2\scripts\inference_long.py", line 143, in cut_audio
audio = AudioSegment.from_wav(audio_path)
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\pydub\audio_segment.py", line 808, in from_wav
return cls.from_file(file, 'wav', parameters=parameters)
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\pydub\audio_segment.py", line 728, in from_file
info = mediainfo_json(orig_file, read_ahead_limit=read_ahead_limit)
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\pydub\utils.py", line 274, in mediainfo_json
res = Popen(command, stdin=stdin_parameter, stdout=PIPE, stderr=PIPE)
File "E:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "E:\ComfyUI-aki-v1.3\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
The text was updated successfully, but these errors were encountered:
音频文件正确的。路径正确的。但是提示错误
ComfyUI Error Report
Error Details
Stack Trace
The text was updated successfully, but these errors were encountered: