Open yeswecan opened 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.
I also have this problem, the workflow can not be loaded out of this node(Derfuu)
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
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:
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:
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?