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

unable to import roop nodes #4

Open
GoDJr opened this issue Feb 4, 2024 · 2 comments
Open

unable to import roop nodes #4

GoDJr opened this issue Feb 4, 2024 · 2 comments

Comments

@GoDJr
Copy link

GoDJr commented Feb 4, 2024

unable to import roop nodes since recent update i get the following module not found error.

Traceback (most recent call last):
File "/home/sagar/ComfyUI/nodes.py", line 1893, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/sagar/ComfyUI/custom_nodes/ComfyUI_roop/init.py", line 25, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/home/sagar/ComfyUI/custom_nodes/ComfyUI_roop/nodes.py", line 3, in
from scripts.faceswap import FaceSwapScript, get_models
ModuleNotFoundError: No module named 'scripts.faceswap'

@vivi-gomez
Copy link

unable to import roop nodes since recent update i get the following module not found error.

Traceback (most recent call last): File "/home/sagar/ComfyUI/nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/sagar/ComfyUI/custom_nodes/ComfyUI_roop/init.py", line 25, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/home/sagar/ComfyUI/custom_nodes/ComfyUI_roop/nodes.py", line 3, in from scripts.faceswap import FaceSwapScript, get_models ModuleNotFoundError: No module named 'scripts.faceswap'

I also got this error after reinstalling comfyui entirely. How did you solve it?

@cjc999
Copy link

cjc999 commented Aug 29, 2024

Same problem, does anyone know how to solve it?

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

3 participants