-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Description
HeartMuLa Generation: 100%|████████████████████████████████████████████████████████| 1749/1749 [03:16<00:00, 8.92it/s]
!!! Exception during processing !!! 'ResidualVQ' object has no attribute 'get_output_from_indices'
Traceback (most recent call last):
File "E:\project\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 "E:\project\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 "E:\project\ComfyUI_windows_portable\ComfyUI\execution.py", line 303, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "E:\project\ComfyUI_windows_portable\ComfyUI\execution.py", line 291, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RT-HeartMuLa\RT_nodes\generator.py", line 141, in generate
wav = codec.detokenize(frames_tensor, duration=actual_duration, device=device)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Python\Python312\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RT-HeartMuLa\heartlib\heartcodec\modeling_heartcodec.py", line 104, in detokenize
latents = self.flow_matching.inference_codes(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Python\Python312\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "E:\project\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RT-HeartMuLa\heartlib\heartcodec\models\flow_matching.py", line 75, in inference_codes
quantized_feature_emb = self.vq_embed.get_output_from_indices(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\Python\Python312\Lib\site-packages\torch\nn\modules\module.py", line 1940, in __getattr__
raise AttributeError(
AttributeError: 'ResidualVQ' object has no attribute 'get_output_from_indices'. Did you mean: 'get_codes_from_indices'?
看报错的来源是heartlib\heartcodec\models\flow_matching.py,缺少一个方法,是什么库的版本不对吗?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels