Skip to content
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

Open
chengyinqiao1976 opened this issue Nov 21, 2024 · 5 comments
Open

UI be blocked when load the if_ai_tool workflow #128

chengyinqiao1976 opened this issue Nov 21, 2024 · 5 comments

Comments

@chengyinqiao1976
Copy link

The UI blocked when load the workflow. I have update my comfyui to the newest version.

@K-O-N-B
Copy link

K-O-N-B commented Nov 21, 2024

yes, can't cantrol the UI. Whole UI fail.

@1456319
Copy link

1456319 commented Nov 21, 2024

same. totally breaks ui when loading the if chat prompt.

@Opeth66
Copy link

Opeth66 commented Nov 27, 2024

yes, same problem here

@Elgokoo
Copy link

Elgokoo commented Nov 27, 2024

same problem here

@1456319
Copy link

1456319 commented Nov 29, 2024

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
at LGraph.getNodeOnPos (label.js:140:39)
at LGraphCanvas.processMouseDown (litegraph.es.js:4495:25)
at LGraphCanvas.processMouseDown (changeTracker.ts:276:34)
at LGraphCanvas.processMouseDown (simpleTouchSupport.ts:141:27)
at LGraphCanvas.processMouseDown (rgthree.js:241:48)
at LGraphCanvas.processMouseDown (app.ts:1235:40)
(anonymous) @ IFChatPromptNode.js:6

at LGraph.getNodeOnPos (label.js:140:39)
at LGraphCanvas.processMouseDown (litegraph.es.js:4495:25)
at LGraphCanvas.processMouseDown (changeTracker.ts:276:34)
at LGraphCanvas.processMouseDown (simpleTouchSupport.ts:141:27)
at LGraphCanvas.processMouseDown (rgthree.js:241:48)
at LGraphCanvas.processMouseDown (app.ts:1235:40)

(anonymous) @ IFChatPromptNode.js:6

label.js:140
Uncaught TypeError: LiteGraph.getTime is not a function
at LGraph.getNodeOnPos (label.js:140:39)
at LGraphCanvas.processMouseDown (litegraph.es.js:4495:25)
at LGraphCanvas.processMouseDown (changeTracker.ts:276:34)
at LGraphCanvas.processMouseDown (simpleTouchSupport.ts:141:27)
at LGraphCanvas.processMouseDown (rgthree.js:241:48)
at LGraphCanvas.processMouseDown (app.ts:1235:40)

and so...it's the rgthree extention which uses litegraph. i turned it off and its working so far.

cheers, great node btw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants