-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
UI be blocked when load the if_ai_tool workflow #128
Comments
yes, can't cantrol the UI. Whole UI fail. |
same. totally breaks ui when loading the if chat prompt. |
yes, same problem here |
same problem here |
ok, ill take a swing at it... looks like the clicking issue can be stopped by going to settings >extensions and turning off the chatprompt extension. this wont delete the node from your workflow, but will not let you edit certain fields like embedding model, which the node will refuse to work without. im going to try and narrow down the reason using inspect element on a working and broken instance & compare ok yup, this populates in console on every click. Uncaught error: TypeError: LiteGraph.getTime is not a functionUncaught error: TypeError: LiteGraph.getTime is not a function
(anonymous) @ IFChatPromptNode.js:6 label.js:140 and so...it's the rgthree extention which uses litegraph. i turned it off and its working so far. cheers, great node btw. |
The UI blocked when load the workflow. I have update my comfyui to the newest version.
The text was updated successfully, but these errors were encountered: