Opening the comfyui queue crashes the browser
Closed this issue · 5 comments
Hi @bulldog68 the issue is there when opening the queue: Thanks for reporting.
As a temporary workaround, if you can, keep the queue/image list closed to avoid the crash.
As I'm not getting any error / exceptions in the console it's quite hard to understand what's going on but I'm investigating.
yes it is a solution, on the other hand a lot of node style
pythongosssss also blocks the browser when using compositor, it's a shame because this node is really handy.
so, not entirely sure I can fix this.
it looks like the problem is in comfyui (or related to the node interaction with latest frontend in comfy ui),
if you start with the legacy frontend there seems to be no issue:
https://github.com/comfyanonymous/ComfyUI#accessing-the-legacy-frontend
to start with legacy frontend use
as commandline argument --front-end-version Comfy-Org/ComfyUI_legacy_frontend@latest
I will keep on investigating. at the root I think the problem lies with stopping the current flow with /interrupt api endpoint, some thread might be stuck but there is no error in the logs. also it might be due to some frontend stuff but again, not sure yet
note, when using threaded pause #65 the application is not prone to the problem and does not crash