-
Notifications
You must be signed in to change notification settings - Fork 6
AV ASR timestamp report error with funasr 1.3.0 #3
Description
!! Exception during processing !!! not enough values to unpack (expected 2, got 1)
Traceback (most recent call last):
File "K:\ComfyUI_windows_portable\ComfyUI\execution.py", line 518, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\ComfyUI\execution.py", line 329, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\ComfyUI\execution.py", line 303, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "K:\ComfyUI_windows_portable\ComfyUI\execution.py", line 291, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AV-FunASR\nodes.py", line 151, in infer
rec_result = AVASRTimestamp.infer_ins_cache.generate(input=audio_save_path, batch_size_s=batch_size_s)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\funasr\auto\auto_model.py", line 311, in generate
return self.inference_with_vad(
^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\funasr\auto\auto_model.py", line 404, in inference_with_vad
res = self.inference(
^^^^^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\funasr\auto\auto_model.py", line 361, in inference
res = model.inference(**batch, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\funasr\models\monotonic_aligner\model.py", line 168, in inference
audio_list, text_token_int_list = load_audio_text_image_video(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)