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

[BUG]: Some ComfyUI Custom Nodes (IMPORT FAILED) #53

Open
billyberkouwer opened this issue Aug 1, 2024 · 1 comment
Open

[BUG]: Some ComfyUI Custom Nodes (IMPORT FAILED) #53

billyberkouwer opened this issue Aug 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@billyberkouwer
Copy link

billyberkouwer commented Aug 1, 2024

I am working on a project that includes 14 custom node packs. I've found that some critical node packs log an (IMPORT FAILED) message in the terminal and any requests made that include nodes from these packs fails.

Custom nodes that fail:

I have tried installing ComfyUI Manager using:

RUN git clone https://github.com/ltdrdata/ComfyUI-Manager /comfyui/custom_nodes/ComfyUI-Manager
RUN pip3 install -r requirements.txt

WORKDIR /comfyui

RUN python_embeded/python.exe -s -m pip install -r requirements.txt

in the dockerfile but I've found that all this does is suppress the error and nothing logs to the terminal - it simply throws a bad request without any error info returned when you include a node from one of these packs.

Do you have a solution to this? Or any recommendations for what might be causing these issues and how to resolve them?

Many thanks!

@billyberkouwer billyberkouwer added the bug Something isn't working label Aug 1, 2024
@TimPietrusky TimPietrusky self-assigned this Aug 11, 2024
@TimPietrusky
Copy link
Member

@billyberkouwer like I told you in the other issue #52, the current way to add custom nodes is not good and we have to rework this with #30. Once that is solved, you can add custom nodes in a way that works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants