-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
SET and GET node incorrectly detect input/output undefined. #123
Comments
Can you give an example where this would happen? Never experienced this kind of issue myself, is this about compatibility with other custom nodes? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SET and GET node is heavily dependent on node load order, hence will throw alert if output is undefined, despite being the node connected to is valid and will load later then SET and GET.
ComfyUI-KJNodes/web/js/setgetnodes.js
Line 104 in 1ec5810
I've suggest to wrap entire check around
setTimeout
or maybe update SET/GET node after all nodes are loaded.The text was updated successfully, but these errors were encountered: