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

Loading this custom node breaks comfyui-reactor-node #6

Open
elkay opened this issue Jan 22, 2024 · 1 comment
Open

Loading this custom node breaks comfyui-reactor-node #6

elkay opened this issue Jan 22, 2024 · 1 comment

Comments

@elkay
Copy link

elkay commented Jan 22, 2024

Not sure how or why, but if I load this custom node successfully it causes comfyui-reactor-node (the one installed directly from Manager) to fail to load with the following error. Note that ComfyUI-MotionCtrl-SVD does still load successfully. If I temporarily remove this custom node from the custom_nodes folder then Reactor starts loading again correctly.


Traceback (most recent call last):
File "G:\AI-Content\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\AI-Content\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init
.py", line 25, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\AI-Content\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 4, in
from scripts.reactor_faceswap import FaceSwapScript, get_models, get_current_faces_model, analyze_faces
ModuleNotFoundError: No module named 'scripts.reactor_faceswap'

Cannot import G:\AI-Content\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'scripts.reactor_faceswap'

@cardenluo
Copy link

me too ,Have you found a way?

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