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

How to solve errors in the desktop version #128

Open
ak3389 opened this issue Jan 3, 2025 · 2 comments
Open

How to solve errors in the desktop version #128

ak3389 opened this issue Jan 3, 2025 · 2 comments

Comments

@ak3389
Copy link

ak3389 commented Jan 3, 2025

comfyui_8000.log
屏幕截图 2025-01-03 212312

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'

@smthemex
Copy link
Owner

smthemex commented Jan 3, 2025

pip install distutils

@ak3389
Copy link
Author

ak3389 commented Jan 3, 2025

pip 安装 distutils

python 3.12 seems to have removed distutils

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