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 "C:\Users\Administrator\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2089, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic_init.py", line 2, in
from .EchoMimic_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\EchoMimic_node.py", line 29, in
from .hallo.video_sr import run_realesrgan, pre_u_loader
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\hallo\video_sr.py", line 25, in
from .basicsr.hallo_archs.rrdbnet_arch import RRDBNet
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\hallo\basicsr\hallo_archs\rrdbnet_arch.py", line 6, in
from .arch_util import default_init_weights, make_layer, pixel_unshuffle
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\hallo\basicsr\hallo_archs\arch_util.py", line 6, in
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
The text was updated successfully, but these errors were encountered:
comfyui_8000.log
File "C:\Users\Administrator\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2089, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic_init.py", line 2, in
from .EchoMimic_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\EchoMimic_node.py", line 29, in
from .hallo.video_sr import run_realesrgan, pre_u_loader
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\hallo\video_sr.py", line 25, in
from .basicsr.hallo_archs.rrdbnet_arch import RRDBNet
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\hallo\basicsr\hallo_archs\rrdbnet_arch.py", line 6, in
from .arch_util import default_init_weights, make_layer, pixel_unshuffle
File "D:\ComfyUI\custom_nodes/ComfyUI_EchoMimic\hallo\basicsr\hallo_archs\arch_util.py", line 6, in
from distutils.version import LooseVersion
ModuleNotFoundError: No module named 'distutils'
The text was updated successfully, but these errors were encountered: