How about a video tutorial to install EchoMimic v2 on Google Colab?
@IAFluxАй бұрын
suludos desde Bolivia, Sensei...
@sunleyan_2021Ай бұрын
thanks
@suyileiАй бұрын
请教一下:4090运行成功但生成的视频画面有问题,提示如下:Pipelines loaded with `dtype=torch.float16` cannot run with `cpu` device. It is not recommended to move them to `cpu` as running them will fail. Please make sure to use an accelerator to run the pipeline in inference, due to the lack of support for`float16` operations on this device in PyTorch. Please, remove the `torch_dtype=torch.float16` argument, or use another device for inference. 配置: Total VRAM 24564 MB, total RAM 65349 MB pytorch version: 2.5.1+cu124 xformers version: 0.0.28.post3 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
Cannot process installed package torchsde 0.2.5 in 'h:\\comfyui-aki-v1.2\\python\\lib\\site-packages' because it has an invalid requirement: │ .* suffix can only be used with `==` or `!=` operators │ numpy (>=1.19.*) ; python_version >= "3.7" │ ~~~~~~~^ ╰─> Starting with pip 24.1, packages with invalid requirements can not be processed.
@sunleyan_2021Ай бұрын
把你的numpy升级到1.19以上 python升级到3.7以上
@yorkane123Ай бұрын
The FluxGuidance should be 3.0
@sunleyan_2021Ай бұрын
use depth control in flux tools the flux guidance should be 30
@dleon9781Ай бұрын
感谢大佬分享! 在comfyui中出现报错: got prompt when use echo v2,need choice a pose dir,using default pose for testing ! ***** infer length is 120 poses_tensor:torch.Size([1, 3, 120, 768, 768]) !!! Exception during processing !!! [WinError 2] 系统找不到指定的文件。 Traceback (most recent call last): File "D:\ComfyUI_windows_portable\ComfyUI\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_windows_portable\ComfyUI\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_windows_portable\ComfyUI\execution.py", line 170, in _map_node_over_list process_inputs(input_dict, i) File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 159, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\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_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 149, in process_video_v2 video = pipe( ^^^^^ File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__ whisper_feature = self.audio_guider.audio2feat(audio_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat result = self.model.transcribe(audio_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe mel = log_mel_spectrogram(audio) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram audio = load_audio(audio) ^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run process = run_async( ^^^^^^^^^^ File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async return subprocess.Popen( ^^^^^^^^^^^^^^^^^ File "subprocess.py", line 1026, in __init__ File "subprocess.py", line 1538, in _execute_child FileNotFoundError: [WinError 2] 系统找不到指定的文件。 请问大佬哪里出问题了呢?