abdozmantar / ComfyUI-InstaSwap

ComfyUI Instaswap Node
GNU General Public License v3.0
50 stars 3 forks source link

NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS #8

Closed adamjen closed 1 month ago

adamjen commented 1 month ago

Get errors after installing

Traceback (most recent call last): File "C:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1994, 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 "C:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstaSwap__init__.py", line 25, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstaSwap\nodes.py", line 14, in from scripts.instaswap_faceswap import FaceSwapScript, get_models, get_current_faces_model, analyze_faces ModuleNotFoundError: No module named 'scripts.instaswap_faceswap'

Cannot import C:\Stable_Diffusion\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstaSwap module for custom nodes: No module named 'scripts.instaswap_faceswap'

abdozmantar commented 1 month ago

Hello Adam,

It seems that the instaswap_faceswap module might be missing or not installed correctly. Let’s check a few things:

Module Installation: Can you confirm if the instaswap_faceswap files are actually present? There might have been an issue during the installation. 🧐

Configuration: Let’s verify if we set up the module correctly. We might have skipped some necessary steps. ⚙️

Reinstallation: It might be helpful to pull the latest version of the repo again to ensure everything is up to date. 🔄

Thank you for your help in troubleshooting! 🙏