Skip to content

Node import failed: ModuleNotFoundError: No module named 'scripts.reactor_version' #209

@hegang9

Description

@hegang9

First, confirm

  • I have read the instruction carefully
  • I have searched the existing issues
  • I have updated the extension to the latest version

What happened?

It worked normally before, but after a while the node cannot be imported. I have tried updating the warehouse and insightface has been installed successfully.

Steps to reproduce the problem

Your workflow

Sysinfo

python 3.12.7
pytorch version: 2.8.0+cu126

Relevant console log

Traceback (most recent call last):
  File "C:\Projects\AutoOpera\ComfyUI\nodes.py", line 2133, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\Projects\AutoOpera\ComfyUI\custom_nodes\ComfyUI-ReActor\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Projects\AutoOpera\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 27, in <module>
    import scripts.reactor_version
ModuleNotFoundError: No module named 'scripts.reactor_version'

Cannot import C:\Projects\AutoOpera\ComfyUI\custom_nodes\ComfyUI-ReActor module for custom nodes: No module named 'scripts.reactor_version'

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingresearch

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions