Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

!!! Exception during processing !!! name 'AudioFileClip' is not defined,还是出现这个问题,请问怎么解决 #108

Open
zwdblend opened this issue Dec 5, 2024 · 1 comment

Comments

@zwdblend
Copy link

zwdblend commented Dec 5, 2024

when use echo v2,need choice a pose dir,using default pose for testing !
!!! Exception during processing !!! name 'AudioFileClip' is not defined
Traceback (most recent call last):
File "D:\ComfyUI-aki\ComfyUI-aki-v1.4\execution.py", line 324, 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 "D:\ComfyUI-aki\ComfyUI-aki-v1.4\execution.py", line 199, 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 "D:\ComfyUI-aki\ComfyUI-aki-v1.4\execution.py", line 170, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\ComfyUI-aki\ComfyUI-aki-v1.4\execution.py", line 159, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "D:\ComfyUI-aki\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 463, in em_main
output_video=process_video_v2(image, audio_file, width, height, length, seed,
File "D:\ComfyUI-aki\ComfyUI-aki-v1.4\custom_nodes\ComfyUI_EchoMimic\utils.py", line 118, in process_video_v2
audio_clip = AudioFileClip(uploaded_audio)
NameError: name 'AudioFileClip' is not defined

@smthemex
Copy link
Owner

smthemex commented Dec 5, 2024

pip install moviepy==2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants