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
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'
The text was updated successfully, but these errors were encountered:
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?
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'
The text was updated successfully, but these errors were encountered: