Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Not visible in the ComfyUI browser after install? #12

Open
yeswecan opened this issue Sep 16, 2023 · 4 comments
Open

Not visible in the ComfyUI browser after install? #12

yeswecan opened this issue Sep 16, 2023 · 4 comments

Comments

@yeswecan
Copy link

Hey there!
Installed this via the package manager to the latest ComfyUI. Doesn't appear in the browser even though it's listed on startup:

Import times for custom nodes:
   0.0 seconds: /Users/zebra/Developer/Python/ComfyUI/custom_nodes/SeargeSDXL
   0.0 seconds (IMPORT FAILED): /Users/zebra/Developer/Python/ComfyUI/custom_nodes/stability-ComfyUI-nodes
   0.0 seconds: /Users/zebra/Developer/Python/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
   0.1 seconds: /Users/zebra/Developer/Python/ComfyUI/custom_nodes/ComfyUI-Manager
   0.5 seconds: /Users/zebra/Developer/Python/ComfyUI/custom_nodes/comfyui-reactor-node

Other custom nodes are visible in the browser, but not Derfuu. I also made sure it exists under the custom_nodes folder. What could be the problem?

@Derfuu
Copy link
Owner

Derfuu commented Sep 17, 2023

As i see from the log you sent - it's related to stability-ConmfyUI-nodes. So i can't currently help you with it.

@xiaoyangma2008
Copy link

I also have this problem, the workflow can not be loaded out of this node(Derfuu)

@ElKebaboKing
Copy link

ElKebaboKing commented Oct 24, 2023

Had the same issue, try changing tuple and dict to Tuple and Dict repsectively in /components/sizes.py

This also needs to be done for the tuple in /Nodes/Modded/StandardInputs/Images.py
Same thing here, replace tuple with Tuple

PS remember to import them in each file with: from typing import Tuple, Dict

@ElKebaboKing
Copy link

Had the same issue, try changing tuple and dict to Tuple and Dict repsectively in /components/sizes.py

This also needs to be done for the tuple in /Nodes/Modded/StandardInputs/Images.py Same thing here, replace tuple with Tuple

PS remember to import them in each file with: from typing import Tuple, Dict

Apparently you need to use python version 3.10 or above. Don't have to do any of this to get it to work. The more you learn 🤷‍♂️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants