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

[BUG]Improper loads of ComfyUI #66

Open
xox1234reddit opened this issue Jul 11, 2024 · 1 comment
Open

[BUG]Improper loads of ComfyUI #66

xox1234reddit opened this issue Jul 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@xox1234reddit
Copy link

Lately, when I have the n-suite nodes active, Comfy loads a "blank" screen and I lose the ability to interact with the nodes in the workspace. I cannot click on them, move them, etc. I CAN click "queue prompt" and that recenters the view on workflow on the area that contains nodes, but my inability to interact with these nodes remains unchanged. The ONLY way to fix this is to load the default space (this also appears blank at first), refresh my web browser, and THEN I see the default nodes, and can interact with them. I can then load my saved workspace with n-nodes and proceed as normal. Disabling the nodes causes my regular workflow to load without issues (aside from the n-nodes being red for being disabled).

Here's the error log from Chrome, when the issues are occurring

https://preview.redd.it/comfyui-not-responding-to-my-mouse-v0-ql3fjqk1vobd1.png?width=1109&format=png&auto=webp&s=8f21da225bff59bb2c517a2925915fb61e7bb987

@xox1234reddit xox1234reddit added the bug Something isn't working label Jul 11, 2024
@Freebird17
Copy link

I had the same issue, it's with a specific function starting at line 191 in "extended_widgets.js" which can be found at \custom_nodes\ComfyUI-N-Nodes\js

The function is called "app.canvas.onDrawBackground" and is more of QOL feature than an essential piece, so I commented out the entire function and this resolved the issue completely. There's probably a better way of going about this though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants