-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Cannot execute because a node is missing the class_type property.: Node ID '#17' #8031
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
Comments
same here ` ComfyUI Error ReportError Details
Stack Trace
System Information
Devices
Logs
Attached WorkflowPlease make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context(Please add any additional context or steps to reproduce the error here) |
The issue is the transparent_background package has its gui.py import "icons" from flet, however, flet exports Icons, so the import needs to be updated to be capitalized. In transparent_background\gui.py
to
(Only change is capitalizing the i. I just provided the whole section to make it easier to find) Sorry for the lack of a patch or pull request. Today's my first day using ComfyUI, so I have no idea who owns what or where the repos for the various packages involved are. Cheers, Alan. |
skyphyr Was a big help here! For those wondering, the path for portable was under ...\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transparent_background\gui.py |
Traceback (most recent call last): Same problem, what node is the problem? How to solve it? |
Thanks @skyphyr capital I worked for me. The node I had an issue with was InSPyReNet TransparentBG |
Glad it got you going :) |
That fixed it. Thanks |
Expected Behavior
how to deal with that, i am so confused
Actual Behavior
2
Steps to Reproduce
2
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: