Skip to content

This node is impossible to install. #216

@MaxFusion256

Description

@MaxFusion256

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?

I have git_cloned and installed this thing at least 4 times. ComfyUI fails to load it on startup, and since this version cant be found in the internal ComfyUI Manager I cant install it that way either.

I have the latest Python, Python Embedded, and Pip, but the install.bat file swears it cant find my embedded python that I reinstalled just to be sure. Proceeding past this with the Python in my Windows PATH it reaches another error, pkg_resources and importlib_metadata cant be found and the installation is cancelled.

I have installed so many other nodes for ComfyUI but this one just aint about it.

Image

Steps to reproduce the problem

1.) git_clone this node
2.) double click install.bat in \custom nodes
3.) fail
4.) complain on github

Sysinfo

OS: Windows 11 Pro
CPU: Intel i9 14900K
GPU: NVIDIA RTX 4090 24GB
RAM: 192 GB

Relevant console log

I couldn't find an embedded version of Python, but I did find Python 3.14.3 in your Windows PATH.
Would you like to proceed with the install using that version? (Y/N)
y
Installing...
Traceback (most recent call last):
  File "C:\ComfyUI\custom_nodes\ComfyUI-ReActor\install.py", line 7, in <module>
    from pkg_resources import get_distribution as distributions
ModuleNotFoundError: No module named 'pkg_resources'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\ComfyUI\custom_nodes\ComfyUI-ReActor\install.py", line 9, in <module>
    from importlib_metadata import distributions
ModuleNotFoundError: No module named 'importlib_metadata'
Done
Press any key to continue . . .

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions