Derfuu / Derfuu_ComfyUI_ModdedNodes

365 stars 40 forks source link

Not visible in the ComfyUI browser after install? #12

Open yeswecan opened 1 year ago

yeswecan commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

ElKebaboKing commented 1 year ago

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 commented 1 year ago

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 :man_shrugging: